1 write to isPrimarySelectionProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (1)
52isPrimarySelectionProperty = new AttachedProperty<bool>()
4 references to isPrimarySelectionProperty
System.Data (4)
cdf\src\NetFx40\Tools\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);