3 references to IsSelected
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
503if (HighlightAnchor.IsSelected(_selection)) 722if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection)) 905active[i] = components[i].HighlightAnchor.IsSelected(selection);