C# Class LinqTwit.Infrastructure.InputBindingBehavior

Mostrar archivo Open project: ArildF/linqtwit

Public Properties

Property Type Description
CommandProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCommand ( System.Windows.Input.InputBinding obj ) : bool
SetCommand ( System.Windows.Input.InputBinding obj, bool value ) : void

Private Methods

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

Method Details

GetCommand() public static method

public static GetCommand ( System.Windows.Input.InputBinding obj ) : bool
obj System.Windows.Input.InputBinding
return bool

SetCommand() public static method

public static SetCommand ( System.Windows.Input.InputBinding obj, bool value ) : void
obj System.Windows.Input.InputBinding
value bool
return void

Property Details

CommandProperty public_oe static_oe property

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