Click or drag to resize

RaylaseResourceDictionary Class

Interaction logic for RaylaseResourceDictionary.xaml
Inheritance Hierarchy
SystemObject
  System.WindowsResourceDictionary
    RAYLASE.Shared.GUIRaylaseResourceDictionary

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

The RaylaseResourceDictionary type exposes the following members.

Constructors
 NameDescription
Public methodRaylaseResourceDictionaryInitializes a new instance of the RaylaseResourceDictionary 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