C# Class Source.WPF.Debug.DebugControl

Inheritance: System.Windows.Controls.Control
ファイルを表示 Open project: mrange/T4Include

Protected Properties

Property Type Description
AttachedTo System.Windows.DependencyObject

Public Methods

Method Description
AttachTo ( DependencyObject dependencyObject ) : void
DetachFrom ( ) : void
GetFriendlyName ( ) : string
GetOrdinal ( ) : int

Protected Methods

Method Description
OnAttachTo ( DependencyObject attachedTo ) : void
OnDetachFrom ( DependencyObject attachedTo ) : void
OnGetFriendlyName ( ) : string
OnGetOrdinal ( ) : int

Method Details

AttachTo() public method

public AttachTo ( DependencyObject dependencyObject ) : void
dependencyObject System.Windows.DependencyObject
return void

DetachFrom() public method

public DetachFrom ( ) : void
return void

GetFriendlyName() public method

public GetFriendlyName ( ) : string
return string

GetOrdinal() public method

public GetOrdinal ( ) : int
return int

OnAttachTo() protected abstract method

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

OnDetachFrom() protected abstract method

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

OnGetFriendlyName() protected abstract method

protected abstract OnGetFriendlyName ( ) : string
return string

OnGetOrdinal() protected abstract method

protected abstract OnGetOrdinal ( ) : int
return int

Property Details

AttachedTo protected_oe property

protected DependencyObject,System.Windows AttachedTo
return System.Windows.DependencyObject