6 instantiations of EmptySource
Microsoft.Maui.Controls (6)
Handlers\Items\iOS\ItemsSourceFactory.cs (3)
16 return new EmptySource(); 38 return new EmptySource(); 48 return new EmptySource();
Handlers\Items\iOS\ItemsViewController.cs (1)
342 ItemsSource = new EmptySource();
Handlers\Items2\iOS\ItemsSourceFactory2.cs (1)
17 return new EmptySource();
Handlers\Items2\iOS\ItemsViewController2.cs (1)
212 ItemsSource = new Items.EmptySource();