1 write to _view
Microsoft.Maui.Controls (1)
Handlers\Shell\Windows\ViewToHandlerConverter.cs (1)
53 _view = view;
12 references to _view
Microsoft.Maui.Controls (12)
Handlers\Shell\Windows\ViewToHandlerConverter.cs (12)
38 IView View => _view; 45 _view?.Cleanup(); 47 if (_view != null) 48 _view.MeasureInvalidated -= OnMeasureInvalidated; 54 _view.MeasureInvalidated += OnMeasureInvalidated; 81 _view.IsInPlatformLayout = true; 82 (_view.Handler as IPlatformViewHandler)?.LayoutVirtualView(finalSize); 84 if (_view.Width <= 0 || _view.Height <= 0) 95 _view.IsInPlatformLayout = false; 102 var request = (_view.Handler as IPlatformViewHandler)?.MeasureVirtualView(availableSize) ?? WSize.Empty; 110 if (_view.HorizontalOptions.Alignment == LayoutAlignment.Fill && !double.IsInfinity(availableSize.Width) && availableSize.Width != 0)