3 instantiations of ShowPropertyInOutlineViewAttribute
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
308
builder.AddCustomAttributes(type, type.GetProperty("Cases"), new
ShowPropertyInOutlineViewAttribute
() { CurrentPropertyVisible = false, ChildNodePrefix = "Case : " });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (2)
93
builder.AddCustomAttributes(type, type.GetProperty("Implementation"), new
ShowPropertyInOutlineViewAttribute
() { CurrentPropertyVisible = false });
96
builder.AddCustomAttributes(type, type.GetProperty("Body"), new
ShowPropertyInOutlineViewAttribute
() { CurrentPropertyVisible = false });
7 references to ShowPropertyInOutlineViewAttribute
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (1)
426
else if (ExtensibilityAccessor.GetAttribute<
ShowPropertyInOutlineViewAttribute
>(property) != null)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (6)
277
ShowPropertyInOutlineViewAttribute
viewChild = ExtensibilityAccessor.GetAttribute<
ShowPropertyInOutlineViewAttribute
>(trackingProperty);
296
ShowPropertyInOutlineViewAttribute
viewChild = ExtensibilityAccessor.GetAttribute<
ShowPropertyInOutlineViewAttribute
>(trackingProperty);
319
ShowPropertyInOutlineViewAttribute
viewChild = ExtensibilityAccessor.GetAttribute<
ShowPropertyInOutlineViewAttribute
>(property);