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