In This Article

PropertyEditorsResourceDictionary Class

Represents a ResourceDictionary related to the property editors defined in this assembly.

public sealed class PropertyEditorsResourceDictionary : ResourceDictionary, IDictionary, ICollection, IEnumerable, ISupportInitialize, IUriContext, INameScope, IComponentConnector
Inheritance:
Object ResourceDictionary Object

Constructors

PropertyEditorsResourceDictionary()

Initializes a new instance of the PropertyEditorsResourceDictionary class.

public PropertyEditorsResourceDictionary()

Properties

Instance

Gets the instance of the ResourceDictionary.

public static PropertyEditorsResourceDictionary Instance { get; }

Property Value

PropertyEditorsResourceDictionary:

The instance of the ResourceDictionary.

Remarks

Use this property to ensure that no excess instances of this type are created.

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Inherited Members