1 write to _selection
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
729_selection = selection;
17 references to _selection
System.Activities.Presentation (17)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (17)
173return _selection; 187if (_selection == null) 196ISelectionStop selectionStop = PropertySelection.GetSelectionStop(_selection); 599if (_selection == null) 611if (focusMode == StealFocusMode.OnlyIfCurrentSelectionDoesNotHaveFocusWithin && _selection.IsKeyboardFocusWithin) 616FrameworkElement focusableElement = VisualTreeUtils.FindFocusableElement<FrameworkElement>(_selection); 720if (selection != _selection) 724if (_selection != null) 726PropertySelection.SetIsSelected(_selection, false); 732if (_selection != null) 734PropertySelection.SetIsSelected(_selection, true); 737FrameworkElement focusableElement = VisualTreeUtils.FindFocusableElement<FrameworkElement>(_selection) ?? _selection; 761if (_selection != null && !e.Handled) 765VisualTreeUtils.FindFocusableElement<FrameworkElement>(_selection))) 768ISelectionStop selectionStop = PropertySelection.GetSelectionStop(_selection); 789FrameworkElement nextStop = PropertySelection.FindNeighborSelectionStop<FrameworkElement>(_selection, direction);