Click or drag to resize

MahAppsResourceDictionary Class

Interaction logic for MahAppsResourceDictionary.xaml
Inheritance Hierarchy
SystemObject
  System.WindowsResourceDictionary
    RAYLASE.Shared.GUIMahAppsResourceDictionary

Namespace: RAYLASE.Shared.GUI
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.21.0
Syntax
C#
public class MahAppsResourceDictionary : ResourceDictionary, 
	IComponentConnector

The MahAppsResourceDictionary type exposes the following members.

Constructors
 NameDescription
Public methodMahAppsResourceDictionaryInitializes a new instance of the MahAppsResourceDictionary class
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also