C# Class SevenSoftware.Windows.Controls.TreeViewExtensions

Contains methods that extend the TreeView control.
Exibir arquivo Open project: robertbaker/SevenUpdate

Public Methods

Method Description
FindTreeViewItem ( this treeView, Predicate predicate ) : System.Windows.Controls.TreeViewItem

Finds the parent TreeViewItem of the current TreeViewItem.

Private Methods

Method Description
FindTreeViewItem ( ItemContainerGenerator parentItemContainerGenerator, System.Windows.Controls.ItemCollection itemCollection, Predicate predicate ) : System.Windows.Controls.TreeViewItem

Finds the TreeViewItem from the collection.

Method Details

FindTreeViewItem() public static method

Finds the parent TreeViewItem of the current TreeViewItem.
public static FindTreeViewItem ( this treeView, Predicate predicate ) : System.Windows.Controls.TreeViewItem
treeView this The treeview control.
predicate Predicate The TreeViewItem to use as a starting point.
return System.Windows.Controls.TreeViewItem