C# Class Thismaker.Goro.InputMonitor

Inheritance: DependencyObject
显示文件 Open project: ocluse/LiquidSnow

Public Properties

Property Type Description
IsEmptyProperty DependencyProperty
IsMonitoringProperty DependencyProperty

Public Methods

Method Description
GetIsEmpty ( DependencyObject obj ) : bool
GetIsMonitoring ( DependencyObject obj ) : bool
SetIsEmpty ( DependencyObject obj, bool value ) : void
SetIsMonitoring ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
InputChanged ( object sender, RoutedEventArgs e ) : void
OnIsMonitoringChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetIsEmpty() public static method

public static GetIsEmpty ( DependencyObject obj ) : bool
obj DependencyObject
return bool

GetIsMonitoring() public static method

public static GetIsMonitoring ( DependencyObject obj ) : bool
obj DependencyObject
return bool

SetIsEmpty() public static method

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

SetIsMonitoring() public static method

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

Property Details

IsEmptyProperty public_oe static_oe property

public static DependencyProperty IsEmptyProperty
return DependencyProperty

IsMonitoringProperty public_oe static_oe property

public static DependencyProperty IsMonitoringProperty
return DependencyProperty