3 writes to _selectionLengthChangePending
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\EntryRenderer.cs (3)
134 _selectionLengthChangePending = Element.IsSet(Entry.SelectionLengthProperty); 452 _cursorPositionChangePending = _selectionLengthChangePending = true; 474 _cursorPositionChangePending = _selectionLengthChangePending = false;
3 references to _selectionLengthChangePending
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\EntryRenderer.cs (3)
150 if (_cursorPositionChangePending || _selectionLengthChangePending) 221 if (!_cursorPositionChangePending && !_selectionLengthChangePending) 437 if (!_selectionLengthChangePending)