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