2 writes to CrossPlatformLayout
Microsoft.Maui (2)
Handlers\Button\ButtonHandler.iOS.cs (1)
33
wrapperView.
CrossPlatformLayout
= VirtualView as ICrossPlatformLayout;
Handlers\ImageButton\ImageButtonHandler.iOS.cs (1)
19
wrapperView.
CrossPlatformLayout
= VirtualView as ICrossPlatformLayout;
8 references to CrossPlatformLayout
Microsoft.Maui (8)
Platform\iOS\WrapperView.cs (8)
125
CrossPlatformLayout
?.CrossPlatformMeasure(boundWidth, boundHeight);
129
CrossPlatformLayout
?.CrossPlatformArrange(Bounds.ToRectangle());
167
else if (
CrossPlatformLayout
is not null)
169
returnSize =
CrossPlatformLayout
.CrossPlatformMeasure(size.Width, size.Height).ToCGSize();
203
if (
CrossPlatformLayout
is not null)
205
returnSize =
CrossPlatformLayout
.CrossPlatformMeasure(widthConstraint, heightConstraint);
213
else if (
CrossPlatformLayout
is not null)
215
returnSize =
CrossPlatformLayout
.CrossPlatformMeasure(widthConstraint, heightConstraint);