2 writes to HighlightAnchor
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
78
HighlightAnchor
= new HighlightComponent(1, true, type);
562
HighlightAnchor
= null;
15 references to HighlightAnchor
PresentationFramework (15)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (15)
79
Children.Add(
HighlightAnchor
);
205
HighlightAnchor
.GetDesiredTransform(transform);
502
HighlightAnchor
.AddAttachedAnnotation(_attachedAnnotation);
528
if (
HighlightAnchor
.IsSelected(_selection))
558
if (
HighlightAnchor
!= null)
560
HighlightAnchor
.RemoveAttachedAnnotation(_attachedAnnotation);
561
Children.Remove(
HighlightAnchor
);
674
if ((
HighlightAnchor
== null) || !(
HighlightAnchor
is IHighlightRange))
679
TextAnchor anchor = ((IHighlightRange)
HighlightAnchor
).Range;
692
HighlightAnchor
.IsDirty = true;
750
if ((
HighlightAnchor
!= null) &&
HighlightAnchor
.IsSelected(_selection))
932
Debug.Assert(components[i].
HighlightAnchor
!= null, "Missing highlight anchor component");
933
active[i] = components[i].
HighlightAnchor
.IsSelected(selection);