8 references to Stylus
PresentationCore (8)
System\Windows\Input\InputReport.cs (1)
90
case InputType.
Stylus
:
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (1)
232
: base(inputSource, InputType.
Stylus
, mode, timestamp)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
169
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Stylus
)
303
else if (input.Report.Type == InputType.
Stylus
)
354
case InputType.
Stylus
:
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
884
else if (input.Report.Type == InputType.
Stylus
)
990
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Stylus
)
1179
if (!input.Handled && input.Report.Type == InputType.
Stylus
)