2 writes to _tableViewController
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (2)
170 _tableViewController = null; 235 _tableViewController = new FormsUITableViewController(e.NewElement, _usingLargeTitles);
14 references to _tableViewController
Microsoft.Maui.Controls (14)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (14)
44 public override UIViewController ViewController => _tableViewController; 167 if (_tableViewController != null) 169 _tableViewController.Dispose(); 236 SetNativeControl(_tableViewController.TableView); 243 _tableViewController.TableView.SectionHeaderTopPadding = new nfloat(0); 245 _backgroundUIView = _tableViewController.TableView.BackgroundView; 258 Control.Source = _dataSource = e.NewElement.HasUnevenRows ? new UnevenListViewDataSource(e.NewElement, _tableViewController) : new ListViewDataSource(e.NewElement, _tableViewController); 538 if (_tableViewController != null) 539 _tableViewController.UpdateIsRefreshing(refreshing); 702 if (_tableViewController != null) 705 _tableViewController.UpdatePullToRefreshEnabled(isPullToRequestEnabled); 759 if (_tableViewController != null) 760 _tableViewController.UpdateRefreshControlColor(color == null ? null : color.ToPlatform());