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