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