7 references to InMenuMode
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (2)
105if (InMenuMode()) 115while (InMenuMode() && ((long)Environment.TickCount - dwTicks) < MenuTimeOut)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
1447if (Misc.InMenuMode()) 1462if (!Misc.InMenuMode() && !MenuMode(true)) 1469if (!Misc.InMenuMode()) 2275while (Misc.InMenuMode() != fInMenuMode && (dwDelta = SubtractTicks(SafeNativeMethods.GetTickCount(), dwTicks)) < WindowsMenu.TimeOut) 2287if (Misc.InMenuMode() == fSet)