33 references to PropertySelection
System.Activities.Presentation (33)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (6)
259DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.FromProperty(PropertySelection.IsSelectedProperty, typeof(Grid)); 277bool curVal = PropertySelection.GetIsSelected(sender as DependencyObject); 310DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.FromProperty(PropertySelection.IsSelectedProperty, typeof(Grid)); 534DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.FromProperty(PropertySelection.IsSelectedProperty, typeof(Grid)); 553bool curVal = PropertySelection.GetIsSelected(sender as DependencyObject); 584DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.FromProperty(PropertySelection.IsSelectedProperty, typeof(Grid));
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\Automation\PropertyContainerAutomationPeer.cs (3)
125DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.FromProperty(PropertySelection.IsSelectedProperty, typeof(PropertyContainer)); 143bool curVal = PropertySelection.GetIsSelected(sender as DependencyObject); 171DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.FromProperty(PropertySelection.IsSelectedProperty, typeof(PropertyContainer));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (8)
66PropertySelection.IsSelectionScopeProperty.OverrideMetadata(typeof(CategoryList), new PropertyMetadata(true)); 196ISelectionStop selectionStop = PropertySelection.GetSelectionStop(_selection); 667element = PropertySelection.FindNeighborSelectionStop<UIElement>(this, SearchDirection.Next); 718FrameworkElement selection = PropertySelection.FindParentSelectionStop<FrameworkElement>(visualSource); 726PropertySelection.SetIsSelected(_selection, false); 734PropertySelection.SetIsSelected(_selection, true); 768ISelectionStop selectionStop = PropertySelection.GetSelectionStop(_selection); 789FrameworkElement nextStop = PropertySelection.FindNeighborSelectionStop<FrameworkElement>(_selection, direction);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryLayoutContainer.cs (1)
31PropertySelection.SetSelectionStop(element, new CategoryEditorSelectionStop(editorTypeName));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderStandardCategoryLayout.cs (1)
36PropertySelection.SetSelectionStop(element, new PropertySelectionStop(property));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (4)
373PropertySelection.ClearSelectionStop(oldValue); 374PropertySelection.ClearIsSelectionStopDoubleClickTarget(oldValue); 379PropertySelection.SetSelectionStop(newValue, this); 380PropertySelection.SetIsSelectionStopDoubleClickTarget(newValue, true);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryContainerSelectionPathInterpreter.cs (1)
98return PropertySelection.FindNeighborSelectionStop<DependencyObject>(searchStart, SearchDirection.Next);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (8)
30typeof(PropertySelection), 45typeof(PropertySelection), 55typeof(PropertySelection), 65typeof(PropertySelection), 79typeof(PropertySelection), 264FrameworkElement parentSelectionStopVisual = PropertySelection.FindParentSelectionStop<FrameworkElement>(target); 268ISelectionStop parentSelectionStop = PropertySelection.GetSelectionStop(parentSelectionStopVisual); 678ISelectionStop selectionStop = PropertySelection.GetSelectionStop(element);