In This Article

PropertyEditorsResourceDictionary Class

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

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

Constructors

PropertyEditorsResourceDictionary()

Initializes a new instance of the PropertyEditorsResourceDictionary class.

public PropertyEditorsResourceDictionary()

Properties

Instance

Gets the instance of the System.Windows.ResourceDictionary.

public static PropertyEditorsResourceDictionary Instance { get; }

Property Value

PropertyEditorsResourceDictionary:

The instance of the System.Windows.ResourceDictionary.

Remarks

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

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()