10 references to StrokeProperty
Microsoft.Maui.Controls (9)
RadioButton\RadioButton.cs (7)
520 Ellipse.StrokeProperty, 526 Ellipse.StrokeProperty, 535 Ellipse.StrokeProperty, 541 Ellipse.StrokeProperty, 594 Property = Shape.StrokeProperty, 601 Property = Shape.StrokeProperty, 620 Property = Shape.StrokeProperty,
Shapes\Shape.cs (2)
99 set { SetValue(StrokeProperty, value); } 100 get { return (Brush)GetValue(StrokeProperty); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
73 else if (args.PropertyName == Shape.StrokeProperty.PropertyName)