4 writes to _nativeSelectionIsUpdating
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\EntryRenderer.cs (4)
536
_nativeSelectionIsUpdating
= true;
545
_nativeSelectionIsUpdating
= false;
553
_nativeSelectionIsUpdating
= true;
562
_nativeSelectionIsUpdating
= false;
2 references to _nativeSelectionIsUpdating
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\EntryRenderer.cs (2)
424
if (
_nativeSelectionIsUpdating
|| Control == null || Element == null)
449
if (
_nativeSelectionIsUpdating
|| Control == null || Element == null)