2 writes to HighlightAnchor
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
64HighlightAnchor = new HighlightComponent(1, true, type); 538HighlightAnchor = null;
15 references to HighlightAnchor
PresentationFramework (15)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (15)
65Children.Add(HighlightAnchor); 189HighlightAnchor.GetDesiredTransform(transform); 480HighlightAnchor.AddAttachedAnnotation(_attachedAnnotation); 506if (HighlightAnchor.IsSelected(_selection)) 534if (HighlightAnchor != null) 536HighlightAnchor.RemoveAttachedAnnotation(_attachedAnnotation); 537Children.Remove(HighlightAnchor); 650if ((HighlightAnchor == null) || !(HighlightAnchor is IHighlightRange)) 655TextAnchor anchor = ((IHighlightRange)HighlightAnchor).Range; 668HighlightAnchor.IsDirty = true; 725if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection)) 907Debug.Assert(components[i].HighlightAnchor != null, "Missing highlight anchor component"); 908active[i] = components[i].HighlightAnchor.IsSelected(selection);