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