7 references to InMenuMode
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (2)
114
if (
InMenuMode
())
124
while (
InMenuMode
() && ((long)Environment.TickCount - dwTicks) < MenuTimeOut)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
1459
if (Misc.
InMenuMode
())
1474
if (!Misc.
InMenuMode
() && !MenuMode(true))
1481
if (!Misc.
InMenuMode
())
2287
while (Misc.
InMenuMode
() != fInMenuMode && (dwDelta = SubtractTicks(SafeNativeMethods.GetTickCount(), dwTicks)) < WindowsMenu.TimeOut)
2299
if (Misc.
InMenuMode
() == fSet)