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