1 write to Constraint
Microsoft.Maui.Controls (1)
LegacyLayouts\StackLayout.cs (1)
125
layout.
Constraint
= new Size(widthConstraint, heightConstraint);
2 references to Constraint
Microsoft.Maui.Controls (2)
LegacyLayouts\StackLayout.cs (2)
58
if (width == layoutInformationCopy.
Constraint
.Width && height == layoutInformationCopy.
Constraint
.Height)