5 references to AdornerDecorator
PresentationFramework (4)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
294
AdornerDecorator decorator = new
AdornerDecorator
System\Windows\Controls\InkCanvas.cs (1)
350
_localAdornerDecorator = new
AdornerDecorator
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1649
DefaultConstructor = delegate () { return new System.Windows.Documents.
AdornerDecorator
(); },
System\Windows\Markup\KnownTypes.cs (1)
1120
case KnownElements.AdornerDecorator: o = new System.Windows.Documents.
AdornerDecorator
(); break;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
67
this._decorator = new
AdornerDecorator
();