C# Class TrakHound_UI.FocusExtension

Show file Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
IsFocusedProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsFocused ( DependencyObject obj ) : bool
SetIsFocused ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
OnIsFocusedPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetIsFocused() public static method

public static GetIsFocused ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetIsFocused() public static method

public static SetIsFocused ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

IsFocusedProperty public static property

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