1 write to _view
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\UIContainerView.cs (1)
19 _view = view;
6 references to _view
Microsoft.Maui.Controls.Compatibility (6)
iOS\Renderers\UIContainerView.cs (6)
31 internal View View => _view; 76 var request = _view.Measure(Frame.Width, double.PositiveInfinity, MeasureFlags.None); 97 _view.Layout(new Rect(0, Margin.Top, Width ?? Frame.Width, Height ?? MeasuredHeight)); 107 if (_view is not null) 108 _view.MeasureInvalidated -= OnMeasureInvalidated; 112 _view.ClearValue(Platform.RendererProperty);