3 references to StrokeLineJoinProperty
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7677DependencyProperty dp = System.Windows.Shapes.Shape.StrokeLineJoinProperty;
System\Windows\Shapes\Shape.cs (2)
274get { return (PenLineJoin) GetValue(StrokeLineJoinProperty); } 275set { SetValue(StrokeLineJoinProperty, value); }