C# Class PaulStovell.TrialBalance.UserInterface.BaseWindow

Inheritance: System.Windows.Window, INotifyPropertyChanged
Exibir arquivo Open project: PaulStovell/trial-balance

Public Methods

Method Description
EnableGlass ( System.Windows.Thickness glassThickness ) : void
EnableWindowDragging ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( PropertyChangedEventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void
SuppressMouseDown ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

EnableGlass() public method

public EnableGlass ( System.Windows.Thickness glassThickness ) : void
glassThickness System.Windows.Thickness
return void

EnableWindowDragging() public method

public EnableWindowDragging ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
return void

OnSourceInitialized() protected method

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
return void

SuppressMouseDown() protected method

protected SuppressMouseDown ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
return void