Method GetFailedFlushingTemplate
| Improve this Doc View SourceGetFailedFlushingTemplate(DependencyObject)
Gets the control template for specified view element with FailedFlushing status. This is the getter of FailedFlushingTemplate attached property.
Declaration
public static ControlTemplate GetFailedFlushingTemplate(this DependencyObject element)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | element | The view element |
Returns
| Type | Description |
|---|---|
| System.Windows.Controls.ControlTemplate | The control template. |