8 references to Mouse
PresentationCore (7)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
304
if (device == InputType.
Mouse
)
Core\CSharp\System\Windows\Input\InputReport.cs (1)
114
case InputType.
Mouse
:
Core\CSharp\System\Windows\Input\MouseDevice.cs (3)
1271
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
1490
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
1995
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.
Mouse
)
Core\CSharp\System\Windows\Input\RawMouseInputReport.cs (1)
63
IntPtr extraInformation) : base(inputSource, InputType.
Mouse
, mode, timestamp)
Core\CSharp\System\Windows\Interop\HwndAppCommandInputProvider.cs (1)
124
inputType = InputType.
Mouse
;
PresentationFramework (1)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
63
if (report.Report.Type == InputType.
Mouse
)