Method | Description | |
---|---|---|
GetImplementationRoot ( |
Gets the implementation root of the Control. Implements Silverlight's corresponding internal property on Control. |
|
TryGetVisualStateGroup ( |
This method tries to get the named VisualStateGroup for the dependency object. The provided object's ImplementationRoot will be looked up in this call.
|
public static GetImplementationRoot ( |
||
dependencyObject | The DependencyObject. | |
return |
public static TryGetVisualStateGroup ( |
||
dependencyObject | The dependency object. | |
groupName | string | The visual state group's name. |
return | System.Windows.VisualStateGroup |