This documentation is archived and is not being maintained.

Microsoft.Windows.Design.Documents.Identities Namespace

.NET Framework 3.5

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.

  ClassDescription
Public classAttachedEventIdentityInfrastructure. An identity used for attached events.
Public classAttachedPropertyIdentityInfrastructure. An identity used for an attached property.
Public classCollectionContentIdentityInfrastructure. An identity used for collection content.
Public classCollectionDamageIdentityInfrastructure. An identity used to report damage to the content of a collection.
Public classCollectionOrderIdentityInfrastructure. An identity based on the order a type instance is in a collection.
Public classCompositeIdentityInfrastructure. An identity that composes one or more identities together to form a composite identity.
Public classContainedIdentityInfrastructure. A contained identity that is composed of some container unique identity and the identity of the container to form a globally unique identity.
Public classConverterTextIdentityInfrastructure. 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 classIdentityInfrastructure. A persistent unique identity that can be used as a key in a dictionary.
Public classIdentityWrapper<T>Infrastructure. Wraps an instance of any type for use as an identity.
Public classItemIdentityInfrastructure. An identity that combines a TextRange identity with a type.
Public classKeyIdentityInfrastructure. A special identity that can be used for the text to pass to a type converter.
Public classNameIdentityInfrastructure. An identity created from a unique name.
Public classNamePropertyIdentityInfrastructure. An identity to use for the name pseudo-property representing the name of an element.
Public classNumericIdentityInfrastructure. An identity that uses a unique number.
Public classParameterIdentityInfrastructure. An identity of a parameter within a method or a constructor invocation.
Public classRootIdentityInfrastructure. A special identity that can be used for a root element that has no other name.
Public classRoutedEventIdentityInfrastructure. An identity for routed events.
Public classTextRangeIdentityInfrastructure. An identity that is unique by a text range in the source.
Show: