C# Class GitHub.UI.BusyStateView

Inheritance: System.Windows.Controls.ContentControl, IDisposable, IActivatable
Show file Open project: github/VisualStudio

Public Properties

Property Type Description
IsBusyProperty System.Windows.DependencyProperty

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
NotifyCancel ( ) : void
NotifyDone ( ) : void

Private Methods

Method Description
BusyStateView ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NotifyCancel() protected method

protected NotifyCancel ( ) : void
return void

NotifyDone() protected method

protected NotifyDone ( ) : void
return void

Property Details

IsBusyProperty public static property

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