2 instantiations of LayoutInformation
Microsoft.Maui.Controls (2)
LegacyLayouts\StackLayout.cs (2)
21
LayoutInformation _layoutInformation = new
LayoutInformation
();
102
_layoutInformation = new
LayoutInformation
();
9 references to LayoutInformation
Microsoft.Maui.Controls (9)
LegacyLayouts\StackLayout.cs (9)
21
LayoutInformation
_layoutInformation = new LayoutInformation();
57
LayoutInformation
layoutInformationCopy = _layoutInformation;
106
void AlignOffAxis(
LayoutInformation
layout, StackOrientation orientation, double widthConstraint, double heightConstraint)
123
void CalculateLayout(
LayoutInformation
layout, double x, double y, double widthConstraint, double heightConstraint, bool processExpanders)
143
void CalculateNaiveLayout(
LayoutInformation
layout, StackOrientation orientation, double x, double y, double widthConstraint, double heightConstraint)
230
void CompressHorizontalLayout(
LayoutInformation
layout, double widthConstraint, double heightConstraint)
287
void CompressNaiveLayout(
LayoutInformation
layout, StackOrientation orientation, double widthConstraint, double heightConstraint)
302
void CompressVerticalLayout(
LayoutInformation
layout, double widthConstraint, double heightConstraint)
410
void ProcessExpanders(
LayoutInformation
layout, StackOrientation orientation, double x, double y, double widthConstraint, double heightConstraint)