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