3 references to IsSubmenuCollapsed
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1690
if (!
IsSubmenuCollapsed
())
1733
if (
IsSubmenuCollapsed
())
1774
return (
IsSubmenuCollapsed
()) ? ExpandCollapseState.Collapsed : ExpandCollapseState.Expanded;