C# Class ServiceInsight.Shell.BusyAutomationBehaviour

显示文件 Open project: Particular/ServiceInsight

Public Properties

Property Type Description
IsApplicationBusyProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsApplicationBusy ( DependencyObject element ) : bool
SetIsApplicationBusy ( DependencyObject element, bool value ) : void

Private Methods

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

Method Details

GetIsApplicationBusy() public static method

public static GetIsApplicationBusy ( DependencyObject element ) : bool
element System.Windows.DependencyObject
return bool

SetIsApplicationBusy() public static method

public static SetIsApplicationBusy ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
return void

Property Details

IsApplicationBusyProperty public_oe static_oe property

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