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