Udostępnij za pośrednictwem


Microsoft.Windows.Design.Documents.Identities Namespace

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides an infrastructure for handling XAML documents in the Windows Presentation Foundation (WPF) Designer for Visual Studio.

Classes

  Class Description
Public class AttachedEventIdentity Infrastructure. An identity used for attached events.
Public class AttachedPropertyIdentity Infrastructure. An identity used for an attached property.
Public class CollectionContentIdentity Infrastructure. An identity used for collection content.
Public class CollectionDamageIdentity Infrastructure. An identity used to report damage to the content of a collection.
Public class CollectionOrderIdentity Infrastructure. An identity based on the order a type instance is in a collection.
Public class CompositeIdentity Infrastructure. An identity that composes one or more identities together to form a composite identity.
Public class ContainedIdentity Infrastructure. A contained identity that is composed of some container unique identity and the identity of the container to form a globally unique identity.
Public class ConverterTextIdentity Infrastructure. A special identity for the pseudo-property that holds the text to pass to a type converter to create a type instead of calling the default constructor.
Public class Identity Infrastructure. A persistent unique identity that can be used as a key in a dictionary.
Public class IdentityWrapper<T> Infrastructure. Wraps an instance of any type for use as an identity.
Public class ItemIdentity Infrastructure. An identity that combines a TextRange identity with a type.
Public class KeyIdentity Infrastructure. A special identity that can be used for the text to pass to a type converter.
Public class NameIdentity Infrastructure. An identity created from a unique name.
Public class NamePropertyIdentity Infrastructure. An identity to use for the name pseudo-property representing the name of an element.
Public class NumericIdentity Infrastructure. An identity that uses a unique number.
Public class ParameterIdentity Infrastructure. An identity of a parameter within a method or a constructor invocation.
Public class RootIdentity Infrastructure. A special identity that can be used for a root element that has no other name.
Public class RoutedEventIdentity Infrastructure. An identity for routed events.
Public class TextRangeIdentity Infrastructure. An identity that is unique by a text range in the source.