7 references to InMenuMode
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (2)
103
if (
InMenuMode
())
113
while (
InMenuMode
() && ((long)Environment.TickCount - dwTicks) < MenuTimeOut)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
1444
if (Misc.
InMenuMode
())
1459
if (!Misc.
InMenuMode
() && !MenuMode(true))
1466
if (!Misc.
InMenuMode
())
2272
while (Misc.
InMenuMode
() != fInMenuMode && (dwDelta = SubtractTicks(SafeNativeMethods.GetTickCount(), dwTicks)) < WindowsMenu.TimeOut)
2284
if (Misc.
InMenuMode
() == fSet)