2 references to BulletDecorator
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2278
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.
BulletDecorator
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1154
case KnownElements.BulletDecorator: o = new System.Windows.Controls.Primitives.
BulletDecorator
(); break;