19 references to Zero
Microsoft.Maui (11)
Handlers\ScrollView\ScrollViewHandler.iOS.cs (3)
151 return Size.Zero; 173 var contentSize = Size.Zero; 196 return (VirtualView as ICrossPlatformLayout)?.CrossPlatformArrange(bounds) ?? Size.Zero;
Layouts\LayoutExtensions.cs (2)
17 return Size.Zero; 159 var contentSize = Size.Zero;
Platform\iOS\GeneralWrapperView.cs (2)
59return Size.Zero; 67return Size.Zero;
Platform\iOS\MauiView.cs (2)
86 return CrossPlatformLayout?.CrossPlatformMeasure(widthConstraint, heightConstraint) ?? Size.Zero; 91 return CrossPlatformLayout?.CrossPlatformArrange(bounds) ?? Size.Zero;
Platform\iOS\SwipeViewExtensions.cs (2)
14 return Size.Zero; 63 return Size.Zero;
Microsoft.Maui.Controls (8)
Button\Button.iOS.cs (1)
39 return Size.Zero;
DisplayInfoExtensions.cs (1)
13 return Size.Zero;
Handlers\Items\iOS\CarouselTemplatedCell.cs (1)
40 return (false, Size.Zero);
Handlers\Items\iOS\TemplatedCell.cs (1)
167 _size = Size.Zero;
PlatformConfiguration\AndroidSpecific\ImageButton.cs (1)
96 public static readonly BindableProperty ShadowOffsetProperty = BindableProperty.Create("ShadowOffset", typeof(Size), typeof(VisualElement), Size.Zero);
PlatformConfiguration\iOSSpecific\VisualElement.cs (1)
234 typeof(VisualElement), Size.Zero);
ScrollView\ScrollView.cs (2)
178 ContentSize = Size.Zero; 438 ContentSize = Size.Zero;