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