C# Class DumpMiner.App

App
Inheritance: System.Windows.Application
Afficher le fichier Open project: dudikeleti/DumpMiner Class Usage Examples

Méthodes publiques

Свойство Type Description
MyInitializedProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetMyInitialized ( UIElement element ) : bool
SetMyInitialized ( UIElement element, bool value ) : void

Méthodes protégées

Méthode Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
Main ( ) : void
OnDetach ( ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnMyInitializedChanged ( DependencyObject dpo, System.Windows.DependencyPropertyChangedEventArgs ev ) : void
OnSizeChanged ( object sender, RoutedEventArgs e ) : void
RegisterLoadedHandler ( ) : void

Method Details

GetMyInitialized() public static méthode

public static GetMyInitialized ( UIElement element ) : bool
element UIElement
Résultat bool

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void

SetMyInitialized() public static méthode

public static SetMyInitialized ( UIElement element, bool value ) : void
element UIElement
value bool
Résultat void

Property Details

MyInitializedProperty public_oe static_oe property

public static DependencyProperty,System.Windows MyInitializedProperty
Résultat System.Windows.DependencyProperty