An adapter for DependencyObject which implements ILinqToTree in order to allow Linq queries on the visual tree. Подробнее...
Открытые члены | |
VisualTreeAdapter (DependencyObject item) | |
IEnumerable< ILinqToTree < DependencyObject > > | Children () |
Obtains all the children of the Item. | |
Свойства | |
ILinqToTree< DependencyObject > | Parent [get] |
The parent of the Item. | |
DependencyObject | Item [get] |
The item being adapted. |
An adapter for DependencyObject which implements ILinqToTree in order to allow Linq queries on the visual tree.
IEnumerable<ILinqToTree<DependencyObject> > AvalonDock.VisualTreeAdapter.Children | ( | ) |
DependencyObject AvalonDock.VisualTreeAdapter.Item [get] |
The item being adapted.
Замещает AvalonDock.ILinqToTree-g< T >.
ILinqToTree<DependencyObject> AvalonDock.VisualTreeAdapter.Parent [get] |
The parent of the Item.
Замещает AvalonDock.ILinqToTree-g< T >.