5 references to StrokeProperty
PresentationFramework (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
588
marker.SetBinding(Path.
StrokeProperty
, markerStroke);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3401
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)
161
get { return (Brush) GetValue(
StrokeProperty
); }
162
set { SetValue(
StrokeProperty
, value); }