Base:
method
OnTextInput
System.Windows.UIElement.OnTextInput(System.Windows.Input.TextCompositionEventArgs)
2 overrides of OnTextInput
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
5439protected override void OnTextInput(TextCompositionEventArgs e)
src\Framework\System\Windows\Controls\Menu.cs (1)
253protected override void OnTextInput(TextCompositionEventArgs e)
2 references to OnTextInput
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
5441base.OnTextInput(e);
src\Framework\System\Windows\Controls\Menu.cs (1)
255base.OnTextInput(e);