7 references to Zero
Microsoft.Maui (1)
VisualDiagnostics\RectangleAdorner.cs (1)
28
Offset = offset ?? Point.
Zero
;
Microsoft.Maui.Controls.Compatibility (4)
iOS\Extensions\GeometryExtensions.cs (4)
96
lastPoint = points.Count > 0 ? points[points.Count - 1] : Point.
Zero
;
130
lastPoint = points.Count > 0 ? points[points.Count - 1] : Point.
Zero
;
166
lastPoint = points.Count > 0 ? points[points.Count - 1] : Point.
Zero
;
193
lastPoint = points.Count > 0 ? points[points.Count - 1] : Point.
Zero
;
Microsoft.Maui.Controls.Foldable (2)
TwoPaneViewLayoutGuide.cs (2)
153
containerArea = new Rect(Point.
Zero
, DualScreenService.ScaledScreenSize);
168
containerArea = new Rect(Point.
Zero
, DualScreenService.ScaledScreenSize);