13 references to Mouse
PresentationCore (12)
System\Windows\Input\Command\CommandDevice.cs (1)
282
if (device == InputType.
Mouse
)
System\Windows\Input\InputReport.cs (1)
97
case InputType.
Mouse
:
System\Windows\Input\MouseDevice.cs (3)
1161
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
1384
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
1886
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
System\Windows\Input\RawMouseInputReport.cs (1)
59
IntPtr extraInformation) : base(inputSource, InputType.
Mouse
, mode, timestamp)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
315
if (input.Report.Type == InputType.
Mouse
)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
528
if (input.Report.Type != InputType.
Mouse
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
490
if (input.Report.Type == InputType.
Mouse
)
1686
inputReportArgs.Report.Type == InputType.
Mouse
&&
1829
if (input.Report.Type != InputType.
Mouse
)
System\Windows\InterOp\HwndAppCommandInputProvider.cs (1)
97
inputType = InputType.
Mouse
;
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
52
if (report.Report.Type == InputType.
Mouse
)