8 references to Decorator
PresentationFramework (8)
System\Windows\Controls\Border.cs (1)
47public Border() : base()
System\Windows\Controls\GridSplitter.cs (1)
404_decorator = new Decorator();
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
45public BulletDecorator() : base()
System\Windows\Controls\Primitives\PopupRoot.cs (1)
47_transformDecorator = new Decorator();
System\Windows\Controls\ViewBox.cs (1)
78public Viewbox() : base()
System\Windows\Documents\AdornerDecorator.cs (1)
74public AdornerDecorator() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3324bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Decorator(); };
System\Windows\Markup\KnownTypes.cs (1)
1205case KnownElements.Decorator: o = new System.Windows.Controls.Decorator(); break;