1 write to _layoutInformation
Microsoft.Maui.Controls (1)
LegacyLayouts\StackLayout.cs (1)
102
_layoutInformation
= new LayoutInformation();
4 references to _layoutInformation
Microsoft.Maui.Controls (4)
LegacyLayouts\StackLayout.cs (4)
57
LayoutInformation layoutInformationCopy =
_layoutInformation
;
90
CalculateLayout(
_layoutInformation
, padding.Left, padding.Top, widthConstraint, heightConstraint, false);
91
var result = new SizeRequest(
_layoutInformation
.Bounds.Size,
_layoutInformation
.MinimumSize);