13 references to Mouse
PresentationCore (12)
System\Windows\Input\Command\CommandDevice.cs (1)
275
if (device == InputType.
Mouse
)
System\Windows\Input\InputReport.cs (1)
90
case InputType.
Mouse
:
System\Windows\Input\MouseDevice.cs (3)
1152
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
1375
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
1877
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)
298
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)
481
if (input.Report.Type == InputType.
Mouse
)
1677
inputReportArgs.Report.Type == InputType.
Mouse
&&
1820
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
)