13 references to Mouse
PresentationCore (12)
System\Windows\Input\Command\CommandDevice.cs (1)
277
if (device == InputType.
Mouse
)
System\Windows\Input\InputReport.cs (1)
90
case InputType.
Mouse
:
System\Windows\Input\MouseDevice.cs (3)
1155
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
1390
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
1900
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
System\Windows\Input\RawMouseInputReport.cs (1)
53
IntPtr extraInformation) : base(inputSource, InputType.
Mouse
, mode, timestamp)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
300
if (input.Report.Type == InputType.
Mouse
)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
516
if (input.Report.Type != InputType.
Mouse
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
486
if (input.Report.Type == InputType.
Mouse
)
1688
inputReportArgs.Report.Type == InputType.
Mouse
&&
1833
if (input.Report.Type != InputType.
Mouse
)
System\Windows\InterOp\HwndAppCommandInputProvider.cs (1)
92
inputType = InputType.
Mouse
;
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
42
if (report.Report.Type == InputType.
Mouse
)