1 write to Bullet
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7811bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.BulletDecorator)target).Bullet = (System.Windows.UIElement)value; };
3 references to Bullet
PresentationFramework (3)
System\Windows\Controls\Primitives\BulletDecorator.cs (2)
244UIElement bullet = Bullet; 275UIElement bullet = Bullet;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7812bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.BulletDecorator)target).Bullet; };