5 references to StrokeProperty
PresentationFramework (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
582marker.SetBinding(Path.StrokeProperty, markerStroke);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3399DependencyProperty dp = System.Windows.Shapes.Shape.StrokeProperty;
System\Windows\Markup\KnownTypes.cs (1)
1886return System.Windows.Shapes.Shape.StrokeProperty;
System\Windows\Shapes\Shape.cs (2)
156get { return (Brush) GetValue(StrokeProperty); } 157set { SetValue(StrokeProperty, value); }