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