C# Class LinqTwit.Infrastructure.InputBehavior

Mostrar archivo Open project: ArildF/linqtwit

Public Properties

Property Type Description
CustomKeyBindingsProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCustomKeyBindings ( FrameworkElement obj ) : CustomKeyBindingsCollection
SetCustomKeyBindings ( FrameworkElement obj, CustomKeyBindingsCollection value ) : void

Private Methods

Method Description
CollectionChanged ( object sender, System e ) : void
CustomKeyBindingsChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
binding_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

GetCustomKeyBindings() public static method

public static GetCustomKeyBindings ( FrameworkElement obj ) : CustomKeyBindingsCollection
obj System.Windows.FrameworkElement
return CustomKeyBindingsCollection

SetCustomKeyBindings() public static method

public static SetCustomKeyBindings ( FrameworkElement obj, CustomKeyBindingsCollection value ) : void
obj System.Windows.FrameworkElement
value CustomKeyBindingsCollection
return void

Property Details

CustomKeyBindingsProperty public_oe static_oe property

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