C# Class TrakHound_UI.MkThemeSelector

Inheritance: System.Windows.DependencyObject
Mostrar archivo Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
CurrentThemeDictionaryProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCurrentThemeDictionary ( DependencyObject obj ) : Uri
SetCurrentThemeDictionary ( DependencyObject obj, Uri value ) : void

Private Methods

Method Description
ApplyTheme ( FrameworkElement targetElement, Uri dictionaryUri ) : void
CurrentThemeDictionaryChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetCurrentThemeDictionary() public static method

public static GetCurrentThemeDictionary ( DependencyObject obj ) : Uri
obj System.Windows.DependencyObject
return System.Uri

SetCurrentThemeDictionary() public static method

public static SetCurrentThemeDictionary ( DependencyObject obj, Uri value ) : void
obj System.Windows.DependencyObject
value System.Uri
return void

Property Details

CurrentThemeDictionaryProperty public_oe static_oe property

public static DependencyProperty,System.Windows CurrentThemeDictionaryProperty
return System.Windows.DependencyProperty