2 writes to _initialized
Microsoft.Maui.Controls (2)
Handlers\Items2\iOS\ItemsViewController2.cs (2)
68
_initialized
= false;
223
_initialized
= true;
6 references to _initialized
Microsoft.Maui.Controls (6)
Handlers\Items2\iOS\ItemsViewController2.cs (6)
72
if (
_initialized
)
218
if (
_initialized
)
348
if (
_initialized
&& (widthChanged || heightChanged))
417
if (!
_initialized
)
434
if (!
_initialized
)
533
if (!
_initialized
|| _emptyUIView == null || _emptyUIView.Superview == null)