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