2 writes to _initialized
Microsoft.Maui.Controls (2)
Handlers\Items2\iOS\ItemsViewController2.cs (2)
67
_initialized
= false;
221
_initialized
= true;
5 references to _initialized
Microsoft.Maui.Controls (5)
Handlers\Items2\iOS\ItemsViewController2.cs (5)
71
if (
_initialized
)
216
if (
_initialized
)
347
if (!
_initialized
)
364
if (!
_initialized
)
463
if (!
_initialized
|| _emptyUIView == null || _emptyUIView.Superview == null)