7 references to GetSelectionStop
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryListAutomationPeer.cs (1)
84ISelectionStop selectionStop = PropertySelection.GetSelectionStop(selection);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
196ISelectionStop selectionStop = PropertySelection.GetSelectionStop(_selection); 768ISelectionStop selectionStop = PropertySelection.GetSelectionStop(_selection);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (4)
268ISelectionStop parentSelectionStop = PropertySelection.GetSelectionStop(parentSelectionStopVisual); 598isSelectionStop = element == null ? false : (GetSelectionStop(element) != null); 678ISelectionStop selectionStop = PropertySelection.GetSelectionStop(element); 687return (GetSelectionStop(element) != null) && typeof(T).IsAssignableFrom(element.GetType()) && VisualTreeUtils.IsVisible(element as UIElement);