2 writes to promotedProperty
System.Activities.Presentation (2)
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.Activities.Presentation (6)
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)