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