4 references to SelectionLengthProperty
Microsoft.Maui.Controls.Compatibility (4)
Android\Renderers\EntryRenderer.cs (4)
170 _selectionLengthChangePending = Element.IsSet(Entry.SelectionLengthProperty); 279 else if (e.PropertyName == Entry.SelectionLengthProperty.PropertyName) 475 if (Element.IsSet(Entry.SelectionLengthProperty)) 521 ElementController?.SetValueFromRenderer(Entry.SelectionLengthProperty, selectionLength);