Class DependencyObjectExtension
- Namespace
- Alternet.FormDesigner.Wpf.Toolbox
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
public static class DependencyObjectExtension
- Inheritance
-
DependencyObjectExtension
Methods
- ParentOfType<T>(DependencyObject)
Find a sequence of children of type T
- ParentOfType<T>(DependencyObject, Predicate<T>)
Find a sequence of children of type T and apply filter if applicable