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); 651if ((HighlightAnchor == null) || !(HighlightAnchor is IHighlightRange)) 656TextAnchor anchor = ((IHighlightRange)HighlightAnchor).Range; 669HighlightAnchor.IsDirty = true; 726if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection)) 908Debug.Assert(components[i].HighlightAnchor != null, "Missing highlight anchor component"); 909active[i] = components[i].HighlightAnchor.IsSelected(selection);