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