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