C# 클래스 Source.WPF.Debug.DebugControl

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: mrange/T4Include

보호된 프로퍼티들

프로퍼티 타입 설명
AttachedTo System.Windows.DependencyObject

공개 메소드들

메소드 설명
AttachTo ( DependencyObject dependencyObject ) : void
DetachFrom ( ) : void
GetFriendlyName ( ) : string
GetOrdinal ( ) : int

보호된 메소드들

메소드 설명
OnAttachTo ( DependencyObject attachedTo ) : void
OnDetachFrom ( DependencyObject attachedTo ) : void
OnGetFriendlyName ( ) : string
OnGetOrdinal ( ) : int

메소드 상세

AttachTo() 공개 메소드

public AttachTo ( DependencyObject dependencyObject ) : void
dependencyObject System.Windows.DependencyObject
리턴 void

DetachFrom() 공개 메소드

public DetachFrom ( ) : void
리턴 void

GetFriendlyName() 공개 메소드

public GetFriendlyName ( ) : string
리턴 string

GetOrdinal() 공개 메소드

public GetOrdinal ( ) : int
리턴 int

OnAttachTo() 보호된 추상적인 메소드

protected abstract OnAttachTo ( DependencyObject attachedTo ) : void
attachedTo System.Windows.DependencyObject
리턴 void

OnDetachFrom() 보호된 추상적인 메소드

protected abstract OnDetachFrom ( DependencyObject attachedTo ) : void
attachedTo System.Windows.DependencyObject
리턴 void

OnGetFriendlyName() 보호된 추상적인 메소드

protected abstract OnGetFriendlyName ( ) : string
리턴 string

OnGetOrdinal() 보호된 추상적인 메소드

protected abstract OnGetOrdinal ( ) : int
리턴 int

프로퍼티 상세

AttachedTo 보호되어 있는 프로퍼티

protected DependencyObject,System.Windows AttachedTo
리턴 System.Windows.DependencyObject