1 write to WM_GETCONTROLNAME
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
164WM_GETCONTROLNAME = SafeNativeMethods.RegisterWindowMessage("WM_GETCONTROLNAME");
1 reference to WM_GETCONTROLNAME
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
14396else if (m.Msg == Control.WM_GETCONTROLNAME) {