18 references to Zero
Microsoft.Maui.Controls (1)
Button\Button.iOS.cs (1)
318 titleRect = Rect.Zero;
Microsoft.Maui.Controls.Foldable (11)
DualScreenInfo.cs (2)
181 if (hinge == Rect.Zero) 184 if (guide.Pane2 == Rect.Zero)
NoPlatformFoldableService.cs (1)
53 return Rect.Zero;
TwoPaneView.cs (1)
445 Rect _previousHinge = Rect.Zero;
TwoPaneViewLayoutGuide.cs (7)
174 return Rect.Zero; 208 if (locationOnScreen == Rect.Zero && Hinge == Rect.Zero) 258 _newPane2 = Rect.Zero; 280 _newPane2 = Rect.Zero; 285 _newPane2 = Rect.Zero; 288 _newPane1 = Rect.Zero;
Microsoft.Maui.Essentials (5)
Launcher\Launcher.ios.tvos.cs (1)
50 if (request.PresentationSourceBounds != Rect.Zero)
Launcher\Launcher.shared.cs (1)
261 public Rect PresentationSourceBounds { get; set; } = Rect.Zero;
Share\Share.ios.cs (2)
42 if (request.PresentationSourceBounds != Rect.Zero || OperatingSystem.IsIOSVersionAtLeast(13, 0)) 78 if (request.PresentationSourceBounds != Rect.Zero || OperatingSystem.IsIOSVersionAtLeast(13, 0))
Share\Share.shared.cs (1)
192 public Rect PresentationSourceBounds { get; set; } = Rect.Zero;
Microsoft.Maui.Graphics (1)
Rect.cs (1)
124 return Zero;