2 writes to HighlightAnchor
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
71HighlightAnchor = new HighlightComponent(1, true, type); 545HighlightAnchor = null;
15 references to HighlightAnchor
PresentationFramework (15)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (15)
72Children.Add(HighlightAnchor); 196HighlightAnchor.GetDesiredTransform(transform); 487HighlightAnchor.AddAttachedAnnotation(_attachedAnnotation); 513if (HighlightAnchor.IsSelected(_selection)) 541if (HighlightAnchor != null) 543HighlightAnchor.RemoveAttachedAnnotation(_attachedAnnotation); 544Children.Remove(HighlightAnchor); 653if ((HighlightAnchor == null) || !(HighlightAnchor is IHighlightRange)) 658TextAnchor anchor = ((IHighlightRange)HighlightAnchor).Range; 671HighlightAnchor.IsDirty = true; 728if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection)) 910Debug.Assert(components[i].HighlightAnchor != null, "Missing highlight anchor component"); 911active[i] = components[i].HighlightAnchor.IsSelected(selection);