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