7 references to InMenuMode
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (2)
99
if (
InMenuMode
())
109
while (
InMenuMode
() && ((long)Environment.TickCount - dwTicks) < MenuTimeOut)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
1439
if (Misc.
InMenuMode
())
1454
if (!Misc.
InMenuMode
() && !MenuMode(true))
1461
if (!Misc.
InMenuMode
())
2267
while (Misc.
InMenuMode
() != fInMenuMode && (dwDelta = SubtractTicks(SafeNativeMethods.GetTickCount(), dwTicks)) < WindowsMenu.TimeOut)
2279
if (Misc.
InMenuMode
() == fSet)