4 overrides of OnTextInput
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
954
protected override void
OnTextInput
(TextCompositionEventArgs e)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1677
protected override void
OnTextInput
(TextCompositionEventArgs e)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
560
protected override void
OnTextInput
(TextCompositionEventArgs e)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1154
protected override void
OnTextInput
(TextCompositionEventArgs e)
4 references to OnTextInput
PresentationCore (1)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
2440
uie.
OnTextInput
(e);
PresentationFramework (3)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1679
base.
OnTextInput
(e);
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
562
base.
OnTextInput
(e);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1156
base.
OnTextInput
(e);