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