3 references to IsSubmenuCollapsed
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1689
if (!
IsSubmenuCollapsed
())
1732
if (
IsSubmenuCollapsed
())
1773
return (
IsSubmenuCollapsed
()) ? ExpandCollapseState.Collapsed : ExpandCollapseState.Expanded;