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