C# Class FirstFloor.ModernUI.Windows.Attached.InputBindingBehavior

ファイルを表示 Open project: gro-ove/actools

Public Properties

Property Type Description
PropagateInputBindingsToWindowProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetPropagateInputBindingsToWindow ( FrameworkElement obj ) : bool
SetPropagateInputBindingsToWindow ( FrameworkElement obj, bool value ) : void

Private Methods

Method Description
FrameworkElement_Loaded ( object sender, RoutedEventArgs e ) : void
FrameworkElement_Unloaded ( object sender, RoutedEventArgs e ) : void
OnPropagateInputBindingsToWindowChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Window_Closed ( object sender, System e ) : void

Method Details

GetPropagateInputBindingsToWindow() public static method

public static GetPropagateInputBindingsToWindow ( FrameworkElement obj ) : bool
obj System.Windows.FrameworkElement
return bool

SetPropagateInputBindingsToWindow() public static method

public static SetPropagateInputBindingsToWindow ( FrameworkElement obj, bool value ) : void
obj System.Windows.FrameworkElement
value bool
return void

Property Details

PropagateInputBindingsToWindowProperty public_oe static_oe property

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