8 references to Stylus
PresentationCore (8)
System\Windows\Input\InputReport.cs (1)
98
case InputType.
Stylus
:
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (1)
243
: base(inputSource, InputType.
Stylus
, mode, timestamp)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
187
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Stylus
)
319
else if (input.Report.Type == InputType.
Stylus
)
370
case InputType.
Stylus
:
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
885
else if (input.Report.Type == InputType.
Stylus
)
991
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Stylus
)
1180
if (!input.Handled && input.Report.Type == InputType.
Stylus
)