Property | Type | Description | |
---|---|---|---|
MyInitializedProperty |
Method | Description | |
---|---|---|
GetMyInitialized ( UIElement element ) : bool | ||
SetMyInitialized ( UIElement element, bool value ) : void |
Method | Description | |
---|---|---|
OnStartup ( System.Windows.StartupEventArgs e ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
Main ( ) : void | ||
OnDetach ( ) : void | ||
OnLoaded ( object sender, |
||
OnMyInitializedChanged ( |
||
OnSizeChanged ( object sender, |
||
RegisterLoadedHandler ( ) : void |
public static GetMyInitialized ( UIElement element ) : bool | ||
element | UIElement | |
return | bool |
protected OnStartup ( System.Windows.StartupEventArgs e ) : void | ||
e | System.Windows.StartupEventArgs | |
return | void |
public static SetMyInitialized ( UIElement element, bool value ) : void | ||
element | UIElement | |
value | bool | |
return | void |