2 writes to _initialized
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ItemsViewController.cs (2)
65
_initialized
= false;
297
_initialized
= true;
6 references to _initialized
Microsoft.Maui.Controls (6)
Handlers\Items\iOS\ItemsViewController.cs (6)
69
if (
_initialized
)
233
if (
_initialized
&& (widthChanged || heightChanged))
292
if (
_initialized
)
602
if (!
_initialized
)
619
if (!
_initialized
)
718
if (!
_initialized
|| _emptyUIView == null || _emptyUIView.Superview == null)