14 references to
PresentationFramework (13)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
32public AnnotationAdorner(IAnnotationComponent component, UIElement annotatedElement) : base(annotatedElement)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (2)
23private InkCanvasFeedbackAdorner() : base(null) { } 30: base((inkCanvas != null ? inkCanvas.InnerCanvas : null))
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
27: base(adornedElement)
MS\Internal\Controls\TemplatedAdorner.cs (1)
39public TemplatedAdorner(UIElement adornedElement, ControlTemplate adornerTemplate) : base(adornedElement)
System\Windows\Controls\GridSplitter.cs (1)
389: base(gridSplitter)
System\windows\Documents\CaretElement.cs (1)
47internal CaretElement(TextEditor textEditor, bool isBlinkEnabled) : base(textEditor.TextView.RenderScope)
System\Windows\Documents\ColumnResizeAdorner.cs (1)
31internal ColumnResizeAdorner(UIElement scope) : base(scope)
System\Windows\Documents\CompositionAdorner.cs (1)
54: base(textView.RenderScope)
System\Windows\Documents\FixedPage.cs (1)
1151internal DebugVisualAdorner(FixedPage page) : base(page)
System\Windows\Documents\HighlightVisual.cs (1)
32internal HighlightVisual(FixedDocument panel, FixedPage page) : base(page)
System\Windows\Input\KeyboardNavigation.cs (2)
493public FocusVisualAdorner(UIElement adornedElement, Style focusVisualStyle) : base(adornedElement) 508: base(adornedElementParent)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
35: base(adornedElement)