Base:
method
OnTextInput
System.Windows.UIElement.OnTextInput(System.Windows.Input.TextCompositionEventArgs)
2 overrides of OnTextInput
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (1)
5431protected override void OnTextInput(TextCompositionEventArgs e)
System\Windows\Controls\Menu.cs (1)
222protected override void OnTextInput(TextCompositionEventArgs e)
2 references to OnTextInput
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (1)
5433base.OnTextInput(e);
System\Windows\Controls\Menu.cs (1)
224base.OnTextInput(e);