BarsMvvmResourceDictionary Class

Represents a ResourceDictionary related to the template resources objects defined in this assembly.

public sealed class BarsMvvmResourceDictionary : ResourceDictionary
Inheritance:
object ResourceDictionary object

Constructors

BarsMvvmResourceDictionary()

Initializes a new instance of the BarsMvvmResourceDictionary class.

public BarsMvvmResourceDictionary()

Properties

Instance

Gets the singleton instance of the resource dictionary.

public static BarsMvvmResourceDictionary Instance { get; }

Property Value

BarsMvvmResourceDictionary:

The singleton instance of the resource dictionary.

Remarks

The instance is not shared between threads.

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Inherited Members