1 write to AbsoluteLayout
Microsoft.Maui (1)
Layouts\AbsoluteLayoutManager.cs (1)
14 AbsoluteLayout = absoluteLayout;
16 references to AbsoluteLayout
Microsoft.Maui (16)
Layouts\AbsoluteLayoutManager.cs (16)
19 var padding = AbsoluteLayout.Padding; 27 for (int n = 0; n < AbsoluteLayout.Count; n++) 29 var child = AbsoluteLayout[n]; 36 var bounds = AbsoluteLayout.GetLayoutBounds(child); 37 var flags = AbsoluteLayout.GetLayoutFlags(child); 53 var finalHeight = ResolveConstraints(heightConstraint, AbsoluteLayout.Height, measuredHeight, AbsoluteLayout.MinimumHeight, AbsoluteLayout.MaximumHeight); 54 var finalWidth = ResolveConstraints(widthConstraint, AbsoluteLayout.Width, measuredWidth, AbsoluteLayout.MinimumWidth, AbsoluteLayout.MaximumWidth); 61 var padding = AbsoluteLayout.Padding; 68 for (int n = 0; n < AbsoluteLayout.Count; n++) 70 var child = AbsoluteLayout[n]; 77 var destination = AbsoluteLayout.GetLayoutBounds(child); 78 var flags = AbsoluteLayout.GetLayoutFlags(child);