3 references to GetIsSelected
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
277bool curVal = PropertySelection.GetIsSelected(sender as DependencyObject); 553bool curVal = PropertySelection.GetIsSelected(sender as DependencyObject);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyContainerAutomationPeer.cs (1)
143bool curVal = PropertySelection.GetIsSelected(sender as DependencyObject);