C# Class FsWorksheet.WorksheetSpace

Inheritance: IDisposable
Show file Open project: deviousasti/fsharp-worksheet Class Usage Examples

Public Properties

Property Type Description
ProgressBar ProgressBar

Public Methods

Method Description
StartServer ( ) : void
StartServerSync ( ) : void
WorksheetSpace ( IWpfTextView textView ) : System

Initializes a new instance of the WorksheetSpace class. Creates a square image and attaches an event handler to the layout changed event that adds the the square in the upper right-hand corner of the TextView via the adornment layer

var ( change ,cell ) : System

Private Methods

Method Description
Compute ( ) : void
GetText ( ) : string
LogTask ( Task task ) : void
OnBufferChanged ( object sender, TextContentChangedEventArgs e ) : void
OnCellChanged ( object sender ) : void
OnClosed ( object sender, EventArgs e ) : void
OnFileAction ( object sender, TextDocumentFileActionEventArgs e ) : void
OnRemoved ( object tag, UIElement element ) : void
OnViewportResized ( object sender, EventArgs e ) : void
ThreadModel ( FSharpAsync obj ) : void

Method Details

StartServer() public method

public StartServer ( ) : void
return void

StartServerSync() public method

public StartServerSync ( ) : void
return void

WorksheetSpace() public method

Initializes a new instance of the WorksheetSpace class. Creates a square image and attaches an event handler to the layout changed event that adds the the square in the upper right-hand corner of the TextView via the adornment layer
public WorksheetSpace ( IWpfTextView textView ) : System
textView IWpfTextView The upon which the adornment will be drawn
return System

var() public method

public var ( change ,cell ) : System
,cell change
return System

Property Details

ProgressBar public property

public ProgressBar ProgressBar
return ProgressBar