Class StyleHelper
Implements style helper methods
Inheritance
System.Object
StyleHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public static class StyleHelper
Methods
FindNameInTemplateContent(UIElement, String, ControlTemplate)
Finds element inside template based on name
Declaration
public static UIElement FindNameInTemplateContent(UIElement parent, string childName, ControlTemplate template)
Parameters
Type | Name | Description |
---|---|---|
UIElement | parent | The parent. |
System.String | childName | Name of the child. |
ControlTemplate | template | The template. |
Returns
Type | Description |
---|---|
UIElement |