[]
Finds the first parent of a given type for a particular FrameworkElement
public static T FindParent<T>(this FrameworkElement elem) where T : FrameworkElement
| Type | Name | Description |
|---|---|---|
| FrameworkElement | elem |
| Type | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| T |