1 write to _lastNotifiedSelection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
499_lastNotifiedSelection = selection;
12 references to _lastNotifiedSelection
System.Data (12)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (12)
466UpdateCategories(_lastNotifiedSelection, attachedOnly); 467UpdateCategoryEditors(_lastNotifiedSelection); 485Dispatcher.BeginInvoke(DispatcherPriority.Render, new UpdateSelectedPropertyInvoker(UpdateSelectedProperty), _lastNotifiedSelection); 521if (AreSelectionsEquivalent(_lastNotifiedSelection, _displayedSelection)) 536if (_lastNotifiedSelection != null && _lastNotifiedSelection.PrimarySelection != null) 539FrameworkElement selectedElement = _lastNotifiedSelection.PrimarySelection.View as FrameworkElement; 548if (_lastNotifiedSelection.SelectionCount > 1) 550foreach (ModelItem item in _lastNotifiedSelection.SelectedObjects) 567UpdateSelectionPropertyChangedEventHooks(_displayedSelection, _lastNotifiedSelection); 568_displayedSelection = _lastNotifiedSelection; 569_lastParent = GetCommonParent(_lastNotifiedSelection);