33 references to Size
Microsoft.Maui (8)
Animations\AnimationLerpingExtensions.cs (2)
36 => new Rect(start.Location.Lerp(end.Location, progress), start.Size.Lerp(end.Size, progress));
Handlers\Border\BorderHandler.cs (2)
72 if (_lastSize != rect.Size) 74 _lastSize = rect.Size;
Layouts\FlexLayoutManager.cs (1)
40 return bounds.Size;
Layouts\GridLayoutManager.cs (1)
36 _gridStructure.PrepareForArrange(bounds.Size);
Layouts\LayoutExtensions.cs (2)
216 return bounds.Size; 230 return bounds.Size;
Microsoft.Maui.Controls (20)
Border\Border.cs (1)
266 return bounds.Size;
ContentPage\ContentPage.cs (2)
89 return Frame.Size; 102 return bounds.Size;
ContentPresenter.cs (2)
125 return Frame.Size; 131 return bounds.Size;
Frame\Frame.cs (1)
119 return bounds.Size;
Handlers\Items\iOS\TemplatedCell.cs (2)
122 _size = nativeBounds.Size; 142 _size = rectangle.Size;
LegacyLayouts\Layout.cs (5)
85 return bounds.Size; 503 if (region.Size != childSizeRequest.Request) 725 return bounds.Size; 730 return Frame.Size; 746 return Frame.Size;
LegacyLayouts\StackLayout.cs (1)
91 var result = new SizeRequest(_layoutInformation.Bounds.Size, _layoutInformation.MinimumSize);
ScrollView\ScrollView.cs (3)
181 var frameSize = view.Frame.Size; 465 return Frame.Size; 475 return bounds.Size;
TemplatedView\TemplatedView.cs (2)
144 return Frame.Size; 150 return bounds.Size;
VisualElement\VisualElement.cs (1)
1913 return Frame.Size;
Microsoft.Maui.Controls.Compatibility (5)
iOS\CollectionView\TemplatedCell.cs (2)
92 _size = nativeBounds.Size; 193 _size = rectangle.Size;
iOS\Renderers\LabelRenderer.cs (2)
116 fitSize = Control.SizeThatFits(Element.Bounds.Size.ToSizeF()); 132 fitSize = Control.SizeThatFits(Element.Bounds.Size.ToSizeF());
iOS\Renderers\NavigationRenderer.cs (1)
192 var modelSize = _queuedSize.IsZero ? Element.Bounds.Size : _queuedSize;