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