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