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