2 references to StrokeDashCapProperty
PresentationFramework (2)
System\Windows\Shapes\Shape.cs (2)
251
get { return (PenLineCap) GetValue(
StrokeDashCapProperty
); }
252
set { SetValue(
StrokeDashCapProperty
, value); }