C# Class RM.Friendly.WPFStandardControls.TreeUtilityExtensions

VisualTreeとLogicalTreeのユーティリティー。
Mostrar archivo Open project: Roommetro/Friendly.WPFStandardControls

Public Methods

Method Description
LogicalTree ( this start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection

LogicalTreeに連なるDependencyObjectを列挙。

VisualTree ( this start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection

VisualTreeに連なるDependencyObjectを列挙。

Method Details

LogicalTree() public static method

LogicalTreeに連なるDependencyObjectを列挙。
public static LogicalTree ( this start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection
start this 列挙を開始するDependencyObject。
direction TreeRunDirection 走査方向。
return IWPFDependencyObjectCollection

VisualTree() public static method

VisualTreeに連なるDependencyObjectを列挙。
public static VisualTree ( this start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection
start this 列挙を開始するDependencyObject。
direction TreeRunDirection 走査方向。
return IWPFDependencyObjectCollection