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