2 instantiations of 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;
12 references to BulletDecorator
PresentationFramework (12)
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
63
Panel.BackgroundProperty.AddOwner(typeof(
BulletDecorator
),
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
146
case 54: t = () => typeof(
BulletDecorator
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (8)
4137
Type type = typeof(System.Windows.Controls.Primitives.
BulletDecorator
);
4139
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
BulletDecorator
)), // DeclaringType
4145
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.
BulletDecorator
)target).Child = (System.Windows.UIElement)value; };
4146
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.
BulletDecorator
)target).Child; };
7761
Type type = typeof(System.Windows.Controls.Primitives.
BulletDecorator
);
7763
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
BulletDecorator
)), // DeclaringType
7769
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.
BulletDecorator
)target).Bullet = (System.Windows.UIElement)value; };
7770
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.
BulletDecorator
)target).Bullet; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2276
typeof(System.Windows.Controls.Primitives.
BulletDecorator
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5598
case KnownElements.BulletDecorator: t = typeof(System.Windows.Controls.Primitives.
BulletDecorator
); break;