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