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