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