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