14 references to
PresentationFramework (13)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
35public AnnotationAdorner(IAnnotationComponent component, UIElement annotatedElement) : base(annotatedElement)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (2)
26private InkCanvasFeedbackAdorner() : base(null) { } 33: base((inkCanvas != null ? inkCanvas.InnerCanvas : null))
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
34: base(adornedElement)
MS\Internal\Controls\TemplatedAdorner.cs (1)
46public TemplatedAdorner(UIElement adornedElement, ControlTemplate adornerTemplate) : base(adornedElement)
System\Windows\Controls\GridSplitter.cs (1)
395: base(gridSplitter)
System\windows\Documents\CaretElement.cs (1)
50internal CaretElement(TextEditor textEditor, bool isBlinkEnabled) : base(textEditor.TextView.RenderScope)
System\Windows\Documents\ColumnResizeAdorner.cs (1)
39internal ColumnResizeAdorner(UIElement scope) : base(scope)
System\Windows\Documents\CompositionAdorner.cs (1)
57: base(textView.RenderScope)
System\Windows\Documents\FixedPage.cs (1)
1159internal DebugVisualAdorner(FixedPage page) : base(page)
System\Windows\Documents\HighlightVisual.cs (1)
42internal HighlightVisual(FixedDocument panel, FixedPage page) : base(page)
System\Windows\Input\KeyboardNavigation.cs (2)
503public FocusVisualAdorner(UIElement adornedElement, Style focusVisualStyle) : base(adornedElement) 518: base(adornedElementParent)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
38: base(adornedElement)