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