4 references to WM_CAPTURECHANGED
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1291case NativeMethods.WM_CAPTURECHANGED:
winforms\Managed\System\WinForms\Control.cs (1)
14127case NativeMethods.WM_CAPTURECHANGED:
winforms\Managed\System\WinForms\Form.cs (1)
7611case NativeMethods.WM_CAPTURECHANGED:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
174case NativeMethods.WM_CAPTURECHANGED: text = "WM_CAPTURECHANGED"; break;