5 references to Add
PresentationFramework (5)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
84adornerLayer.Add(newAdorner, ComponentToAdorner(component.ZOrder, level));
System\Windows\Documents\AdornerLayer.cs (1)
174Add(adorner, DefaultZOrder);
System\windows\Documents\CaretElement.cs (1)
890_adornerLayer.Add(this, ZOrderValue);
System\Windows\Documents\FixedPage.cs (2)
589al.Add(new HighlightVisual(doc, this),zOrder); 598al.Add(new DebugVisualAdorner(this), System.Int32.MaxValue / 4);