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