C# Class Microsoft.Silverlight.Testing.Client.ResultsTreeView

A derived TreeView control specific to the application needs for showing results in real-time.
Inheritance: Microsoft.Silverlight.Testing.Controls.TreeView
ファイルを表示 Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
GetSharedContainer ( ) : DependencyObject

This method returns the container with an expanded binding.

Protected Methods

Method Description
GetContainerForItemOverride ( ) : DependencyObject

Overrides the item to allow for simple binding to the expanded property on the item.

Method Details

GetContainerForItemOverride() protected method

Overrides the item to allow for simple binding to the expanded property on the item.
protected GetContainerForItemOverride ( ) : DependencyObject
return System.Windows.DependencyObject

GetSharedContainer() public static method

This method returns the container with an expanded binding.
public static GetSharedContainer ( ) : DependencyObject
return System.Windows.DependencyObject