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