C# Class SoBackground.EditorBackground

ファイルを表示 Open project: Brian-Ding/SoBackground

Public Methods

Method Description
EditorBackground ( IWpfTextView _WpfTextView ) : System

Private Methods

Method Description
MakeBackgroundTransparent ( ) : void
TextView_BackgroundBrushChanged ( object sender, BackgroundBrushChangedEventArgs e ) : void
TextView_Closed ( object sender, EventArgs e ) : void
TextView_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

EditorBackground() public method

public EditorBackground ( IWpfTextView _WpfTextView ) : System
_WpfTextView IWpfTextView
return System