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