3 references to Text
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputReport.cs (1)
117case InputType.Text:
Core\CSharp\System\Windows\Input\RawTextInputReport.cs (1)
48char characterCode) : base(inputSource, InputType.Text, mode, timestamp)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
741if(input.Report.Type == InputType.Text && input.RoutedEvent == InputManager.InputReportEvent)