C# Class GitScc.PendingChangesToolWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Mostra file Open project: blinkbox/Git-Source-Control-Provider

Protected Properties

Property Type Description
control System.Windows.Controls.UserControl

Public Methods

Method Description
OnToolWindowCreated ( ) : void
PendingChangesToolWindow ( ) : System

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
OnAmendCommitCommand ( ) : void
OnCommitCommand ( ) : void
Refresh ( GitFileStatusTracker tracker, bool force = false ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

OnToolWindowCreated() public method

public OnToolWindowCreated ( ) : void
return void

PendingChangesToolWindow() public method

public PendingChangesToolWindow ( ) : System
return System

Property Details

control protected_oe property

protected UserControl,System.Windows.Controls control
return System.Windows.Controls.UserControl