2 writes to IsNonzeroFillRule
Microsoft.Maui.Controls.Compatibility (2)
iOS\Extensions\GeometryExtensions.cs (2)
58 pathData.IsNonzeroFillRule = geometryGroup.FillRule == FillRule.Nonzero; 70 pathData.IsNonzeroFillRule = pathGeometry.FillRule == FillRule.Nonzero;
2 references to IsNonzeroFillRule
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\PathRenderer.cs (1)
61 ShapeLayer.UpdateFillMode(path != null && path.IsNonzeroFillRule);
iOS\VisualElementTracker.cs (1)
423 FillRule = nativeGeometry.IsNonzeroFillRule ? CAShapeLayer.FillRuleNonZero : CAShapeLayer.FillRuleEvenOdd