8 references to Decorator
PresentationFramework (8)
src\Framework\System\Windows\Controls\Border.cs (1)
53public Border() : base()
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
406_decorator = new Decorator();
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
45public BulletDecorator() : base()
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
43_transformDecorator = new Decorator();
src\Framework\System\Windows\Controls\ViewBox.cs (1)
86public Viewbox() : base()
src\Framework\System\Windows\Documents\AdornerDecorator.cs (1)
79public AdornerDecorator() : base()
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3320bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Decorator(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1206case KnownElements.Decorator: o = new System.Windows.Controls.Decorator(); break;