5 references to TextSetOrChanged
Microsoft.Maui (5)
Handlers\Editor\EditorHandler.iOS.cs (2)
175 platformView.TextSetOrChanged += OnTextPropertySet; 185 platformView.TextSetOrChanged -= OnTextPropertySet;
Platform\iOS\MauiTextView.cs (3)
83 TextSetOrChanged?.Invoke(this, EventArgs.Empty); 111 TextSetOrChanged?.Invoke(this, EventArgs.Empty); 160 TextSetOrChanged?.Invoke(this, EventArgs.Empty);