2 writes to oldSelection
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (2)
51oldSelection = this.context.Items.GetValue<Selection>(); 154oldSelection = newSelection;
6 references to oldSelection
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (6)
120IList<ModelItem> oldSelectionObjects = oldSelection.SelectedObjects as IList<ModelItem>; 123if (newSelection.PrimarySelection != null && !newSelection.PrimarySelection.Equals(oldSelection.PrimarySelection)) 125isPrimarySelectionProperty.NotifyPropertyChanged(oldSelection.PrimarySelection); 130isPrimarySelectionProperty.NotifyPropertyChanged(oldSelection.PrimarySelection); 144if (oldSelection.PrimarySelection != null) 146helpService.RemoveContextAttribute(string.Empty, GetF1HelpTypeKeyword(oldSelection.PrimarySelection.ItemType));