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