4 references to TextPropertySet
Microsoft.Maui (4)
Handlers\Entry\EntryHandler.iOS.cs (2)
127 platformView.TextPropertySet += OnTextPropertySet; 139 platformView.TextPropertySet -= OnTextPropertySet;
Platform\iOS\MauiTextField.cs (2)
37 TextPropertySet?.Invoke(this, EventArgs.Empty); 51 TextPropertySet?.Invoke(this, EventArgs.Empty);