4 references to FillRuleProperty
Microsoft.Maui.Controls (3)
Shapes\Polygon.cs (3)
38
set { SetValue(
FillRuleProperty
, value); }
39
get { return (FillRule)GetValue(
FillRuleProperty
); }
49
propertyName ==
FillRuleProperty
.PropertyName)
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\PolygonRenderer.cs (1)
49
else if (args.PropertyName == Polygon.
FillRuleProperty
.PropertyName)