3 references to IsSelected
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
528if (HighlightAnchor.IsSelected(_selection)) 750if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection)) 933active[i] = components[i].HighlightAnchor.IsSelected(selection);