C# Class DumpMiner.App

App
Inheritance: System.Windows.Application
Mostra file Open project: dudikeleti/DumpMiner Class Usage Examples

Public Properties

Property Type Description
MyInitializedProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetMyInitialized ( UIElement element ) : bool
SetMyInitialized ( UIElement element, bool value ) : void

Protected Methods

Method Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method 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 method

public static GetMyInitialized ( UIElement element ) : bool
element UIElement
return bool

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void

SetMyInitialized() public static method

public static SetMyInitialized ( UIElement element, bool value ) : void
element UIElement
value bool
return void

Property Details

MyInitializedProperty public_oe static_oe property

public static DependencyProperty,System.Windows MyInitializedProperty
return System.Windows.DependencyProperty