Property | Type | Description | |
---|---|---|---|
BreakDelayProperty | DependencyProperty | ||
BreakOnLayoutUpdatedProperty | DependencyProperty | ||
BreakOnLoadedProperty | DependencyProperty | ||
BreakOnTapProperty | DependencyProperty | ||
TraceOnLayoutUpdatedProperty | DependencyProperty | ||
TraceOnLoadedProperty | DependencyProperty | ||
TraceOnTapProperty | DependencyProperty |
Method | Description | |
---|---|---|
DebugVisualTree ( DependencyObject startElement, bool breakInDebugger = true ) : void |
Debugs the visual tree.
|
|
GetBreakDelay ( DependencyObject d ) : double |
Gets the BreakDelay property. This dependency property indicates the delay in seconds to wait after the trigger is fired before breaking in debugger.
|
|
GetBreakOnLayoutUpdated ( DependencyObject d ) : bool |
Gets the BreakOnLayoutUpdated property. This dependency property indicates whether the attached debugger should break when the FrameworkElement on which this property is set has its layout updated.
|
|
GetBreakOnLoaded ( DependencyObject d ) : bool |
Gets the BreakOnLoaded property. This dependency property indicates whether the debugger should BreakOnLoaded when control is loaded.
|
|
GetBreakOnTap ( DependencyObject d ) : bool |
Gets the BreakOnTap property. This dependency property indicates whether the attached debugger should break when the FrameworkElement on which this property is set is tapped.
|
|
GetTraceOnLayoutUpdated ( DependencyObject d ) : bool |
Gets the TraceOnLayoutUpdated property. This dependency property indicates whether the attached debugger should Trace when the FrameworkElement on which this property is set has its layout updated.
|
|
GetTraceOnLoaded ( DependencyObject d ) : bool |
Gets the TraceOnLoaded property. This dependency property indicates whether the debugger should TraceOnLoaded when control is loaded.
|
|
GetTraceOnTap ( DependencyObject d ) : bool |
Gets the TraceOnTap property. This dependency property indicates whether the attached debugger should Trace when the FrameworkElement on which this property is set is tapped.
|
|
SetBreakDelay ( DependencyObject d, double value ) : void |
Sets the BreakDelay property. This dependency property indicates the delay in seconds to wait after the trigger is fired before breaking in debugger.
|
|
SetBreakOnLayoutUpdated ( DependencyObject d, bool value ) : void |
Sets the BreakOnLayoutUpdated property. This dependency property indicates whether the attached debugger should break when the FrameworkElement on which this property is set has its layout updated.
|
|
SetBreakOnLoaded ( DependencyObject d, bool value ) : void |
Sets the BreakOnLoaded property. This dependency property indicates whether the debugger should BreakOnLoaded when control is loaded.
|
|
SetBreakOnTap ( DependencyObject d, bool value ) : void |
Sets the BreakOnTap property. This dependency property indicates whether the attached debugger should break when the FrameworkElement on which this property is set is tapped.
|
|
SetTraceOnLayoutUpdated ( DependencyObject d, bool value ) : void |
Sets the TraceOnLayoutUpdated property. This dependency property indicates whether the attached debugger should Trace when the FrameworkElement on which this property is set has its layout updated.
|
|
SetTraceOnLoaded ( DependencyObject d, bool value ) : void |
Sets the TraceOnLoaded property. This dependency property indicates whether the debugger should TraceOnLoaded when control is loaded.
|
|
SetTraceOnTap ( DependencyObject d, bool value ) : void |
Sets the TraceOnTap property. This dependency property indicates whether the attached debugger should Trace when the FrameworkElement on which this property is set is tapped.
|
Method | Description | |
---|---|---|
BreakOnControlLayoutUpdated ( object sender, object e ) : void |
Called when the control's layout updates.
|
|
BreakOnControlLoaded ( object sender, RoutedEventArgs e ) : void |
Called when the control gets loaded.
|
|
BreakOnControlTapped ( object sender, GestureEventArgs args ) : void | ||
BreakOnControlTapped ( object sender, |
||
BrushToString ( Brush brush ) : string |
Brushes to string.
|
|
OnBreakOnLayoutUpdatedChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
Handles changes to the BreakOnLayoutUpdated property.
|
|
OnBreakOnLoadedChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
Called when [break on loaded changed].
|
|
OnBreakOnTapChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
Handles changes to the BreakOnTap property.
|
|
OnTraceOnLayoutUpdatedChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
Handles changes to the TraceOnLayoutUpdated property.
|
|
OnTraceOnLoadedChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
Called when [Trace on loaded changed].
|
|
OnTraceOnTapChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
Handles changes to the TraceOnTap property.
|
|
TraceDependencyObject ( DependencyObject dob, int i ) : void |
Traces the dependency object.
|
|
TraceOnControlLayoutUpdated ( object sender, object e ) : void |
Called when the control's layout updates.
|
|
TraceOnControlLoaded ( object sender, RoutedEventArgs e ) : void |
Called when the control gets loaded.
|
|
TraceOnControlTapped ( object sender, GestureEventArgs e ) : void |
Called when the control gets tapped or clicked.
|
|
TraceOnControlTapped ( object sender, |
public static DebugVisualTree ( DependencyObject startElement, bool breakInDebugger = true ) : void | ||
startElement | DependencyObject | The start element. |
breakInDebugger | bool | if set to |
return | void |
public static GetBreakDelay ( DependencyObject d ) : double | ||
d | DependencyObject | The dependency object. |
return | double |
public static GetBreakOnLayoutUpdated ( DependencyObject d ) : bool | ||
d | DependencyObject | /// The DependencyObject. /// |
return | bool |
public static GetBreakOnLoaded ( DependencyObject d ) : bool | ||
d | DependencyObject | /// The DependencyObject. /// |
return | bool |
public static GetBreakOnTap ( DependencyObject d ) : bool | ||
d | DependencyObject | /// The DependencyObject. /// |
return | bool |
public static GetTraceOnLayoutUpdated ( DependencyObject d ) : bool | ||
d | DependencyObject | /// The DependencyObject. /// |
return | bool |
public static GetTraceOnLoaded ( DependencyObject d ) : bool | ||
d | DependencyObject | /// The DependencyObject. /// |
return | bool |
public static GetTraceOnTap ( DependencyObject d ) : bool | ||
d | DependencyObject | /// The DependencyObject. /// |
return | bool |
public static SetBreakDelay ( DependencyObject d, double value ) : void | ||
d | DependencyObject | The dependency object. |
value | double | The value. |
return | void |
public static SetBreakOnLayoutUpdated ( DependencyObject d, bool value ) : void | ||
d | DependencyObject | /// The DependencyObject. /// |
value | bool | if set to |
return | void |
public static SetBreakOnLoaded ( DependencyObject d, bool value ) : void | ||
d | DependencyObject | /// The DependencyObject. /// |
value | bool |
/// If set to |
return | void |
public static SetBreakOnTap ( DependencyObject d, bool value ) : void | ||
d | DependencyObject | /// The DependencyObject. /// |
value | bool | if set to |
return | void |
public static SetTraceOnLayoutUpdated ( DependencyObject d, bool value ) : void | ||
d | DependencyObject | /// The DependencyObject. /// |
value | bool | if set to |
return | void |
public static SetTraceOnLoaded ( DependencyObject d, bool value ) : void | ||
d | DependencyObject | /// The DependencyObject. /// |
value | bool |
/// If set to |
return | void |
public static SetTraceOnTap ( DependencyObject d, bool value ) : void | ||
d | DependencyObject | /// The DependencyObject. /// |
value | bool | if set to |
return | void |
public static DependencyProperty BreakDelayProperty | ||
return | DependencyProperty |
public static DependencyProperty BreakOnLayoutUpdatedProperty | ||
return | DependencyProperty |
public static DependencyProperty BreakOnLoadedProperty | ||
return | DependencyProperty |
public static DependencyProperty BreakOnTapProperty | ||
return | DependencyProperty |
public static DependencyProperty TraceOnLayoutUpdatedProperty | ||
return | DependencyProperty |
public static DependencyProperty TraceOnLoadedProperty | ||
return | DependencyProperty |