5 references to AdornerDecorator
PresentationFramework (4)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
300AdornerDecorator decorator = new AdornerDecorator();
System\Windows\Controls\InkCanvas.cs (1)
353_localAdornerDecorator = new AdornerDecorator();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1645bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.AdornerDecorator(); };
System\Windows\Markup\KnownTypes.cs (1)
1127case KnownElements.AdornerDecorator: o = new System.Windows.Documents.AdornerDecorator(); break;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
71this._decorator = new AdornerDecorator();