2 writes to HighlightAnchor
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
65
HighlightAnchor
= new HighlightComponent(1, true, type);
539
HighlightAnchor
= null;
15 references to HighlightAnchor
PresentationFramework (15)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (15)
66
Children.Add(
HighlightAnchor
);
190
HighlightAnchor
.GetDesiredTransform(transform);
481
HighlightAnchor
.AddAttachedAnnotation(_attachedAnnotation);
507
if (
HighlightAnchor
.IsSelected(_selection))
535
if (
HighlightAnchor
!= null)
537
HighlightAnchor
.RemoveAttachedAnnotation(_attachedAnnotation);
538
Children.Remove(
HighlightAnchor
);
647
if ((
HighlightAnchor
== null) || !(
HighlightAnchor
is IHighlightRange))
652
TextAnchor anchor = ((IHighlightRange)
HighlightAnchor
).Range;
665
HighlightAnchor
.IsDirty = true;
722
if ((
HighlightAnchor
!= null) &&
HighlightAnchor
.IsSelected(_selection))
904
Debug.Assert(components[i].
HighlightAnchor
!= null, "Missing highlight anchor component");
905
active[i] = components[i].
HighlightAnchor
.IsSelected(selection);