1 write to _listView
Microsoft.Maui.Controls (1)
Compatibility\Handlers\ListView\Windows\CellControl.cs (1)
43 _listView = new Lazy<ListView>(GetListView);
2 references to _listView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\Windows\CellControl.cs (2)
97 ListView lv = _listView.Value; 346 ListView lv = _listView.Value;