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); 641if ((HighlightAnchor == null) || !(HighlightAnchor is IHighlightRange)) 646TextAnchor anchor = ((IHighlightRange)HighlightAnchor).Range; 659HighlightAnchor.IsDirty = true; 716if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection)) 898Debug.Assert(components[i].HighlightAnchor != null, "Missing highlight anchor component"); 899active[i] = components[i].HighlightAnchor.IsSelected(selection);