C# Class Source.WPF.Debug.DebugContainerControl

Inheritance: System.Windows.Controls.Control
Mostra file Open project: mrange/T4Include Class Usage Examples

Public Methods

Method Description
AttachTo ( DependencyObject dependencyObject ) : void
OnApplyTemplate ( ) : void
ShowWindow ( DependencyObject dependencyObject, string title = null ) : void

Private Methods

Method Description
DebugContainerControl ( ) : System
GetParserContext ( ) : System.Windows.Markup.ParserContext
ShowWindowImpl ( DependencyObject dependencyObject, string title ) : void

Method Details

AttachTo() public method

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

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

ShowWindow() public static method

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