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