2 writes to HighlightAnchor
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
78HighlightAnchor = new HighlightComponent(1, true, type); 562HighlightAnchor = null;
15 references to HighlightAnchor
PresentationFramework (15)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (15)
79Children.Add(HighlightAnchor); 205HighlightAnchor.GetDesiredTransform(transform); 502HighlightAnchor.AddAttachedAnnotation(_attachedAnnotation); 528if (HighlightAnchor.IsSelected(_selection)) 558if (HighlightAnchor != null) 560HighlightAnchor.RemoveAttachedAnnotation(_attachedAnnotation); 561Children.Remove(HighlightAnchor); 674if ((HighlightAnchor == null) || !(HighlightAnchor is IHighlightRange)) 679TextAnchor anchor = ((IHighlightRange)HighlightAnchor).Range; 692HighlightAnchor.IsDirty = true; 750if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection)) 932Debug.Assert(components[i].HighlightAnchor != null, "Missing highlight anchor component"); 933active[i] = components[i].HighlightAnchor.IsSelected(selection);