2 writes to HighlightAnchor
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
65HighlightAnchor = new HighlightComponent(1, true, type); 539HighlightAnchor = null;
15 references to HighlightAnchor
PresentationFramework (15)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (15)
66Children.Add(HighlightAnchor); 190HighlightAnchor.GetDesiredTransform(transform); 481HighlightAnchor.AddAttachedAnnotation(_attachedAnnotation); 507if (HighlightAnchor.IsSelected(_selection)) 535if (HighlightAnchor != null) 537HighlightAnchor.RemoveAttachedAnnotation(_attachedAnnotation); 538Children.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);