1 write to _view
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\UIContainerView.cs (1)
22
_view
= view;
7 references to _view
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\UIContainerView.cs (7)
32
_renderer =
_view
.ToHandler(
_view
.FindMauiContext());
33
_platformView =
_view
.ToPlatform();
47
internal View View =>
_view
;
88
var measuredSize = (
_view
as IView).Measure(size.Width, size.Height);
130
(
_view
as IView).Measure(width, height);
133
(
_view
as IView).Arrange(platformFrame);