C# 클래스 DumpMiner.App

App
상속: System.Windows.Application
파일 보기 프로젝트 열기: dudikeleti/DumpMiner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MyInitializedProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetMyInitialized ( UIElement element ) : bool
SetMyInitialized ( UIElement element, bool value ) : void

보호된 메소드들

메소드 설명
OnStartup ( System.Windows.StartupEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetMyInitialized() 공개 정적인 메소드

public static GetMyInitialized ( UIElement element ) : bool
element UIElement
리턴 bool

OnStartup() 보호된 메소드

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
리턴 void

SetMyInitialized() 공개 정적인 메소드

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

프로퍼티 상세

MyInitializedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MyInitializedProperty
리턴 System.Windows.DependencyProperty