2 writes to _tableViewController
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
208 _tableViewController = null; 275 _tableViewController = new FormsUITableViewController(e.NewElement, _usingLargeTitles);
15 references to _tableViewController
Microsoft.Maui.Controls.Compatibility (15)
iOS\Renderers\ListViewRenderer.cs (15)
38 public override UIViewController ViewController => _tableViewController; 205 if (_tableViewController != null) 207 _tableViewController.Dispose(); 276 SetNativeControl(_tableViewController.TableView); 279 _tableViewController.TableView.SectionHeaderTopPadding = new nfloat(0); 281 _backgroundUIView = _tableViewController.TableView.BackgroundView; 283 _insetTracker = new KeyboardInsetTracker(_tableViewController.TableView, () => Control.Window, insets => Control.ContentInset = Control.ScrollIndicatorInsets = insets, point => 301 Control.Source = _dataSource = e.NewElement.HasUnevenRows ? new UnevenListViewDataSource(e.NewElement, _tableViewController) : new ListViewDataSource(e.NewElement, _tableViewController); 564 if (_tableViewController != null) 565 _tableViewController.UpdateIsRefreshing(refreshing); 728 if (_tableViewController != null) 731 _tableViewController.UpdatePullToRefreshEnabled(isPullToRequestEnabled); 782 if (_tableViewController != null) 783 _tableViewController.UpdateRefreshControlColor(color == null ? null : color.ToPlatform());