1 write to isPrimarySelectionProperty
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (1)
52isPrimarySelectionProperty = new AttachedProperty<bool>()
4 references to isPrimarySelectionProperty
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (4)
67propertiesService.AddProperty(isPrimarySelectionProperty); 125isPrimarySelectionProperty.NotifyPropertyChanged(oldSelection.PrimarySelection); 126isPrimarySelectionProperty.NotifyPropertyChanged(newSelection.PrimarySelection); 130isPrimarySelectionProperty.NotifyPropertyChanged(oldSelection.PrimarySelection);