7 references to GetAdorners
PresentationFramework (7)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
387foreach (Adorner adorner in _adornerLayer.GetAdorners(component.AnnotatedElement))
MS\Internal\Documents\DocumentGrid.cs (1)
1248if (layer != null && layer.GetAdorners(this) != null)
System\Windows\Annotations\AnnotationService.cs (1)
1040Adorner[] adorners = layer.GetAdorners(element);
System\windows\Documents\CaretElement.cs (1)
555Adorner[] adorners = adornerLayer.GetAdorners(this.AdornedElement);
System\Windows\Documents\FixedPage.cs (2)
166Adorner[] adorners = al.GetAdorners(this); 1222Adorner[] adorners = al.GetAdorners(page);
System\Windows\Documents\HighlightVisual.cs (1)
154Adorner[] adorners = al.GetAdorners(page);