C# Class PaulStovell.TrialBalance.UserInterface.BaseWindow

Inheritance: System.Windows.Window, INotifyPropertyChanged
Afficher le fichier Open project: PaulStovell/trial-balance

Méthodes publiques

Méthode Description
EnableGlass ( System.Windows.Thickness glassThickness ) : void
EnableWindowDragging ( ) : void

Méthodes protégées

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

Method Details

EnableGlass() public méthode

public EnableGlass ( System.Windows.Thickness glassThickness ) : void
glassThickness System.Windows.Thickness
Résultat void

EnableWindowDragging() public méthode

public EnableWindowDragging ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
Résultat void

OnSourceInitialized() protected méthode

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

SuppressMouseDown() protected méthode

protected SuppressMouseDown ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
Résultat void