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