2 instantiations of BulletDecorator
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2280
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.
BulletDecorator
(); };
System\Windows\Markup\KnownTypes.cs (1)
1153
case KnownElements.BulletDecorator: o = new System.Windows.Controls.Primitives.
BulletDecorator
(); break;
12 references to BulletDecorator
PresentationFramework (12)
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
57
Panel.BackgroundProperty.AddOwner(typeof(
BulletDecorator
),
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
148
case 54: t = () => typeof(
BulletDecorator
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (8)
4160
Type type = typeof(System.Windows.Controls.Primitives.
BulletDecorator
);
4162
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
BulletDecorator
)), // DeclaringType
4168
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.
BulletDecorator
)target).Child = (System.Windows.UIElement)value; };
4169
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.
BulletDecorator
)target).Child; };
7801
Type type = typeof(System.Windows.Controls.Primitives.
BulletDecorator
);
7803
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
BulletDecorator
)), // DeclaringType
7809
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.
BulletDecorator
)target).Bullet = (System.Windows.UIElement)value; };
7810
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.
BulletDecorator
)target).Bullet; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2278
typeof(System.Windows.Controls.Primitives.
BulletDecorator
),
System\Windows\Markup\KnownTypes.cs (1)
5608
case KnownElements.BulletDecorator: t = typeof(System.Windows.Controls.Primitives.
BulletDecorator
); break;