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