13 references to Mouse
PresentationCore (12)
System\Windows\Input\Command\CommandDevice.cs (1)
276
if (device == InputType.
Mouse
)
System\Windows\Input\InputReport.cs (1)
89
case InputType.
Mouse
:
System\Windows\Input\MouseDevice.cs (3)
1154
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
1389
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
1896
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
System\Windows\Input\RawMouseInputReport.cs (1)
52
IntPtr extraInformation) : base(inputSource, InputType.
Mouse
, mode, timestamp)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
299
if (input.Report.Type == InputType.
Mouse
)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
515
if (input.Report.Type != InputType.
Mouse
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
485
if (input.Report.Type == InputType.
Mouse
)
1687
inputReportArgs.Report.Type == InputType.
Mouse
&&
1832
if (input.Report.Type != InputType.
Mouse
)
System\Windows\InterOp\HwndAppCommandInputProvider.cs (1)
91
inputType = InputType.
Mouse
;
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
41
if (report.Report.Type == InputType.
Mouse
)