net40-client
namespace System.Windows.Controls
{
[StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = typeof(TreeViewItem))]
[TemplatePart(Name = "PART_Header", Type = typeof(FrameworkElement))]
public class TreeViewItem : HeaderedItemsControl
{
protected override Size MeasureOverride(Size constraint);
}
}
.NET Framework | 3.03.54.0 |
---|---|
Information specific to net40-client | |
Assembly | PresentationFramework , Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs to set |
Platform Restrictions | This framework does not have platform annotations. |