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