1 write to CrossPlatformLayout
Microsoft.Maui (1)
Handlers\Button\ButtonHandler.iOS.cs (1)
33
wrapperView.
CrossPlatformLayout
= VirtualView as ICrossPlatformLayout;
8 references to CrossPlatformLayout
Microsoft.Maui (8)
Platform\iOS\WrapperView.cs (8)
143
CrossPlatformLayout
?.CrossPlatformMeasure(boundWidth, boundHeight);
147
CrossPlatformLayout
?.CrossPlatformArrange(Bounds.ToRectangle());
186
else if (
CrossPlatformLayout
is not null)
188
returnSize =
CrossPlatformLayout
.CrossPlatformMeasure(size.Width, size.Height).ToCGSize();
222
if (
CrossPlatformLayout
is not null)
224
returnSize =
CrossPlatformLayout
.CrossPlatformMeasure(widthConstraint, heightConstraint);
232
else if (
CrossPlatformLayout
is not null)
234
returnSize =
CrossPlatformLayout
.CrossPlatformMeasure(widthConstraint, heightConstraint);