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