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