19 references to Zero
Microsoft.Maui (3)
Handlers\View\ViewHandlerOfT.Standard.cs (1)
13
=> Size.
Zero
;
Layouts\LayoutExtensions.cs (2)
17
return Size.
Zero
;
159
var contentSize = 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)
176
ContentSize = Size.
Zero
;
436
ContentSize = Size.
Zero
;
Microsoft.Maui.Controls.Compatibility (8)
iOS\CollectionView\CarouselTemplatedCell.cs (1)
40
return (false, Size.
Zero
);
iOS\CollectionView\HeightConstrainedTemplatedCell.cs (1)
24
var size = Size.
Zero
;
iOS\CollectionView\TemplatedCell.cs (1)
113
_size = Size.
Zero
;
iOS\CollectionView\WidthConstrainedTemplatedCell.cs (1)
24
var size = Size.
Zero
;
iOS\Platform.cs (1)
232
return new SizeRequest(Size.
Zero
);
iOS\Renderers\NavigationRenderer.cs (1)
199
_queuedSize = Size.
Zero
;
iOS\Renderers\SwipeViewRenderer.cs (1)
1352
return Size.
Zero
;
iOS\Renderers\TabbedRenderer.cs (1)
152
_queuedSize = Size.
Zero
;