C# Class StoryTeller.UserInterface.Shell

Interaction logic for Shell.xaml
Inheritance: System.Windows.Controls.UserControl, IApplicationShell
Show file Open project: adymitruk/storyteller Class Usage Examples

Private Properties

Property Type Description
findExplorerItem System.Windows.Controls.TabItem

Public Methods

Method Description
IApplicationShell ( ) : void
LockAsInvalidBinaryState ( ) : void
PlaceInExplorerPane ( object view, string text ) : void
Register ( Registry registry ) : void
RemoveFromExplorerPane ( object view ) : void
Shell ( ) : System
ShowTestExplorerTree ( ) : void

Private Methods

Method Description
findExplorerItem ( object view ) : System.Windows.Controls.TabItem

Method Details

IApplicationShell() public method

public IApplicationShell ( ) : void
return void

LockAsInvalidBinaryState() public method

public LockAsInvalidBinaryState ( ) : void
return void

PlaceInExplorerPane() public method

public PlaceInExplorerPane ( object view, string text ) : void
view object
text string
return void

Register() public method

public Register ( Registry registry ) : void
registry Registry
return void

RemoveFromExplorerPane() public method

public RemoveFromExplorerPane ( object view ) : void
view object
return void

Shell() public method

public Shell ( ) : System
return System

ShowTestExplorerTree() public method

public ShowTestExplorerTree ( ) : void
return void