4 implementations of ISelectionStop
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
35internal class SubPropertyEditor : Control, INotifyPropertyChanged, ISelectionStop
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionStop.cs (1)
15internal class CategoryEditorSelectionStop : ISelectionStop
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategorySelectionStop.cs (1)
18internal class CategorySelectionStop : ISelectionStop
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionStop.cs (1)
15internal class PropertySelectionStop : ISelectionStop
11 references to ISelectionStop
System.Activities.Presentation (11)
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\CiderCategoryContainer.cs (2)
105public ISelectionStop BasicCategorySelectionStop 121public ISelectionStop AdvancedCategorySelectionStop
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (6)
44typeof(ISelectionStop), 122internal static ISelectionStop GetSelectionStop(DependencyObject obj) 129return (ISelectionStop)obj.GetValue(SelectionStopProperty); 137internal static void SetSelectionStop(DependencyObject obj, ISelectionStop value) 268ISelectionStop parentSelectionStop = PropertySelection.GetSelectionStop(parentSelectionStopVisual); 678ISelectionStop selectionStop = PropertySelection.GetSelectionStop(element);