2 writes to HighlightAnchor
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
64
HighlightAnchor
= new HighlightComponent(1, true, type);
538
HighlightAnchor
= null;
15 references to HighlightAnchor
PresentationFramework (15)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (15)
65
Children.Add(
HighlightAnchor
);
189
HighlightAnchor
.GetDesiredTransform(transform);
480
HighlightAnchor
.AddAttachedAnnotation(_attachedAnnotation);
506
if (
HighlightAnchor
.IsSelected(_selection))
534
if (
HighlightAnchor
!= null)
536
HighlightAnchor
.RemoveAttachedAnnotation(_attachedAnnotation);
537
Children.Remove(
HighlightAnchor
);
650
if ((
HighlightAnchor
== null) || !(
HighlightAnchor
is IHighlightRange))
655
TextAnchor anchor = ((IHighlightRange)
HighlightAnchor
).Range;
668
HighlightAnchor
.IsDirty = true;
725
if ((
HighlightAnchor
!= null) &&
HighlightAnchor
.IsSelected(_selection))
907
Debug.Assert(components[i].
HighlightAnchor
!= null, "Missing highlight anchor component");
908
active[i] = components[i].
HighlightAnchor
.IsSelected(selection);