2 references to WA_ACTIVE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
2139Debug.WriteLineIf(ToolStrip.SnapFocusDebug.TraceVerbose, "[ToolStripDropDown.WndProc] got a WM_ACTIVATE " + (((int)m.WParam == NativeMethods.WA_ACTIVE) ? "WA_ACTIVE" : "WA_INACTIVE") + " - checkin if we need to set the active toolstrip"); 2141if((int)m.WParam == NativeMethods.WA_ACTIVE) {