3 references to IsSubmenuCollapsed
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1710
if (!
IsSubmenuCollapsed
())
1753
if (
IsSubmenuCollapsed
())
1794
return (
IsSubmenuCollapsed
()) ? ExpandCollapseState.Collapsed : ExpandCollapseState.Expanded;