C# Class FocusExtension, code

ファイルを表示 Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
IsFocusedProperty DependencyProperty,

Public Methods

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

Private Methods

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

Method Details

GetIsFocused() public static method

public static GetIsFocused ( DependencyObject, obj ) : bool
obj DependencyObject,
return bool

SetIsFocused() public static method

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

Property Details

IsFocusedProperty public_oe static_oe property

public static DependencyProperty, IsFocusedProperty
return DependencyProperty,