1 write to Bounds
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1926 Bounds = bounds;
13 references to Bounds
Microsoft.Maui.Controls (13)
Layout\AbsoluteLayout.cs (1)
30 /// Application developers can set the width or height of the <see cref="VisualElement.Bounds" /> property to <see cref="AutoSize" />
LegacyLayouts\Layout.cs (5)
177 /// Occurs at the end of a layout cycle if any of the child element's <see cref="VisualElement.Bounds" /> have changed. 441 oldBounds[index] = c.Bounds; 467 CompressedLayout.SetHeadlessOffset((VisualElement)LogicalChildrenInternal[i], isHeadless ? new Point(headlessOffset.X + Bounds.X, headlessOffset.Y + Bounds.Y) : new Point()); 477 Rect newBound = ((VisualElement)LogicalChildrenInternal[i]).Bounds;
Page\Page.cs (2)
586 startingLayout.Add(c.Bounds); 601 if (startingLayout.Count <= i || c.Bounds != startingLayout[i])
ViewExtensions.cs (1)
94 Rect start = view.Bounds;
VisualElement\VisualElement.cs (4)
579 /// <remarks><see cref="Bounds"/> is assigned during layout.</remarks> 604 /// <para><see cref="HeightRequest"/> does not immediately change the <see cref="Bounds"/> of an element; setting the <see cref="HeightRequest"/> will change the resulting height of the element during the next layout pass.</para> 883 /// <para><see cref="WidthRequest"/> does not immediately change the <see cref="Bounds"/> of an element; setting the <see cref="WidthRequest"/> will change the resulting width of the element during the next layout pass.</para> 2408 return $"BindingContext = {BindingContext}, Bounds = {Bounds}";