AssemblyReferences Class

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

A context item that maintains the set of references the designer is using to resolve type information.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public Class AssemblyReferences _
    Inherits ContextItem
'Usage
Dim instance As AssemblyReferences
public class AssemblyReferences : ContextItem
public ref class AssemblyReferences : public ContextItem
public class AssemblyReferences extends ContextItem

Remarks

You may add more references to the editing context by creating a new AssemblyReferences object with the additional references and setting this value into the context. The true set of references used will be the union of the new and existing references.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.ContextItem
    Microsoft.Windows.Design.AssemblyReferences

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

AssemblyReferences Members

Microsoft.Windows.Design Namespace

Other Resources

WPF Designer Extensibility