2 writes to promotedProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (2)
35
this.
promotedProperty
= modelItem.Properties[attr.PromotedProperty];
257
this.
promotedProperty
= null;
6 references to promotedProperty
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (6)
36
if (this.
promotedProperty
!= null)
38
this.VisualValue = this.
promotedProperty
.Value;
137
if (this.
promotedProperty
!= null && this.
promotedProperty
== tracker.ParentProperty)
139
this.VisualValue = this.
promotedProperty
.Value;
451
if (property != this.
promotedProperty
)