C# Class PowerShellConsole.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: dfinke/PowerShellConsole

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
AddCtrlSpacebar ( ) : void
AddF5 ( ) : void
AddFoldingStrategyTimer ( ) : void
AddKeyBinding ( System.Windows.Input.KeyBinding targetBinding ) : void
AddSyntaxHighlighting ( ) : void
InstallFoldingStrategy ( ) : void
SetupInputHandlers ( ) : void
SetupMarkerService ( ) : void
TestForSyntaxErrors ( ) : void
TextArea_PreviewKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
TextArea_TextEntered ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
foldingUpdateTimer_Tick ( object sender, EventArgs e ) : void
textEditor_MouseHover ( object sender, System.Windows.Input.MouseEventArgs e ) : void
textEditor_MouseHoverStopped ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System