3 references to StrokeMiterLimitProperty
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8735DependencyProperty dp = System.Windows.Shapes.Shape.StrokeMiterLimitProperty;
System\Windows\Shapes\Shape.cs (2)
295get { return (double) GetValue(StrokeMiterLimitProperty); } 296set { SetValue(StrokeMiterLimitProperty, value); }