InstanceExtension Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Holds a list of weak references to instances.
Namespace: Microsoft.Windows.Design.Documents
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Class InstanceExtension _
Inherits MarkupExtension
'Usage
Dim instance As InstanceExtension
public class InstanceExtension : MarkupExtension
public ref class InstanceExtension : public MarkupExtension
public class InstanceExtension extends MarkupExtension
Inheritance Hierarchy
System.Object
System.Windows.Markup.MarkupExtension
Microsoft.Windows.Design.Documents.InstanceExtension
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Documents Namespace