8 references to Stylus
PresentationCore (8)
System\Windows\Input\InputReport.cs (1)
91
case InputType.
Stylus
:
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (1)
233
: base(inputSource, InputType.
Stylus
, mode, timestamp)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
170
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Stylus
)
302
else if (input.Report.Type == InputType.
Stylus
)
353
case InputType.
Stylus
:
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
876
else if (input.Report.Type == InputType.
Stylus
)
982
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Stylus
)
1171
if (!input.Handled && input.Report.Type == InputType.
Stylus
)