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