7 references to InMenuMode
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (2)
98if (InMenuMode()) 108while (InMenuMode() && ((long)Environment.TickCount - dwTicks) < MenuTimeOut)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
1438if (Misc.InMenuMode()) 1453if (!Misc.InMenuMode() && !MenuMode(true)) 1460if (!Misc.InMenuMode()) 2266while (Misc.InMenuMode() != fInMenuMode && (dwDelta = SubtractTicks(SafeNativeMethods.GetTickCount(), dwTicks)) < WindowsMenu.TimeOut) 2278if (Misc.InMenuMode() == fSet)