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