26 references to WM_MBUTTONUP
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
172PInvokeCore.WM_MBUTTONUP => "WM_MBUTTONUP",
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3088case PInvokeCore.WM_MBUTTONUP:
System\Windows\Forms\Control.cs (1)
12499case PInvokeCore.WM_MBUTTONUP:
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1401case PInvokeCore.WM_MBUTTONUP:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1720case PInvokeCore.WM_MBUTTONUP:
System\Windows\Forms\Controls\ListView\ListView.cs (1)
7038case PInvokeCore.WM_MBUTTONUP:
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
375case PInvokeCore.WM_MBUTTONUP:
System\Windows\Forms\NotifyIcon.cs (1)
749case PInvokeCore.WM_MBUTTONUP:
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1832case PInvokeCore.WM_MBUTTONUP:
System.Windows.Forms.Tests (17)
System\Windows\Forms\ButtonBaseTests.cs (8)
8835yield return new object[] { true, (int)PInvokeCore.WM_MBUTTONUP, IntPtr.Zero, IntPtr.Zero, (IntPtr)250, MouseButtons.Middle, 1, 0, 0 }; 8836yield return new object[] { true, (int)PInvokeCore.WM_MBUTTONUP, PARAM.FromLowHigh(1, 2), IntPtr.Zero, (IntPtr)250, MouseButtons.Middle, 1, 1, 2 }; 8837yield return new object[] { true, (int)PInvokeCore.WM_MBUTTONUP, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, (IntPtr)250, MouseButtons.Middle, 1, -1, -2 }; 8838yield return new object[] { false, (int)PInvokeCore.WM_MBUTTONUP, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, MouseButtons.Middle, 1, 0, 0 }; 8839yield return new object[] { false, (int)PInvokeCore.WM_MBUTTONUP, PARAM.FromLowHigh(1, 2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Middle, 1, 1, 2 }; 8840yield return new object[] { false, (int)PInvokeCore.WM_MBUTTONUP, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Middle, 1, -1, -2 }; 8944[InlineData((int)PInvokeCore.WM_MBUTTONUP)] 9060[InlineData((int)PInvokeCore.WM_MBUTTONUP)]
System\Windows\Forms\ControlTests.Methods.cs (8)
13732yield return new object[] { true, (int)PInvokeCore.WM_MBUTTONUP, IntPtr.Zero, IntPtr.Zero, (IntPtr)250, MouseButtons.Middle, 1, 0, 0 }; 13733yield return new object[] { true, (int)PInvokeCore.WM_MBUTTONUP, PARAM.FromLowHigh(1, 2), IntPtr.Zero, (IntPtr)250, MouseButtons.Middle, 1, 1, 2 }; 13734yield return new object[] { true, (int)PInvokeCore.WM_MBUTTONUP, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, (IntPtr)250, MouseButtons.Middle, 1, -1, -2 }; 13735yield return new object[] { false, (int)PInvokeCore.WM_MBUTTONUP, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, MouseButtons.Middle, 1, 0, 0 }; 13736yield return new object[] { false, (int)PInvokeCore.WM_MBUTTONUP, PARAM.FromLowHigh(1, 2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Middle, 1, 1, 2 }; 13737yield return new object[] { false, (int)PInvokeCore.WM_MBUTTONUP, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Middle, 1, -1, -2 }; 13841[InlineData((int)PInvokeCore.WM_MBUTTONUP)] 13957[InlineData((int)PInvokeCore.WM_MBUTTONUP)]
System\Windows\Forms\MessageTests.cs (1)
348yield return new object[] { PInvokeCore.WM_MBUTTONUP, " (WM_MBUTTONUP)" };