3 references to StrokeStartLineCapProperty
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7146
DependencyProperty dp = System.Windows.Shapes.Shape.
StrokeStartLineCapProperty
;
System\Windows\Shapes\Shape.cs (2)
208
get { return (PenLineCap) GetValue(
StrokeStartLineCapProperty
); }
209
set { SetValue(
StrokeStartLineCapProperty
, value); }