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