5 references to StrokeThicknessProperty
PresentationFramework (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
588marker.SetBinding(Path.StrokeThicknessProperty, markerStrokeThickness);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3555DependencyProperty dp = System.Windows.Shapes.Shape.StrokeThicknessProperty;
System\Windows\Markup\KnownTypes.cs (1)
1881return System.Windows.Shapes.Shape.StrokeThicknessProperty;
System\Windows\Shapes\Shape.cs (2)
179get { return (double) GetValue(StrokeThicknessProperty); } 180set { SetValue(StrokeThicknessProperty, value); }