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