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

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: mrange/T4Include 1 사용 예제들

공개 메소드들

메소드 설명
AttachTo ( DependencyObject dependencyObject ) : void
OnApplyTemplate ( ) : void
ShowWindow ( DependencyObject dependencyObject, string title = null ) : void

비공개 메소드들

메소드 설명
DebugContainerControl ( ) : System
GetParserContext ( ) : System.Windows.Markup.ParserContext
ShowWindowImpl ( DependencyObject dependencyObject, string title ) : void

메소드 상세

AttachTo() 공개 메소드

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

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

ShowWindow() 공개 정적인 메소드

public static ShowWindow ( DependencyObject dependencyObject, string title = null ) : void
dependencyObject System.Windows.DependencyObject
title string
리턴 void