1 override of OnTextChanged
Microsoft.Maui.Controls (1)
Editor\Editor.cs (1)
114 protected override void OnTextChanged(string oldValue, string newValue)
2 references to OnTextChanged
Microsoft.Maui.Controls (2)
Editor\Editor.cs (1)
116 base.OnTextChanged(oldValue, newValue);
InputView\InputView.cs (1)
13 propertyChanged: (bindable, oldValue, newValue) => ((InputView)bindable).OnTextChanged((string)oldValue, (string)newValue));