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