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