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