3 references to IsSubmenuCollapsed
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1695
if (!
IsSubmenuCollapsed
())
1738
if (
IsSubmenuCollapsed
())
1779
return (
IsSubmenuCollapsed
()) ? ExpandCollapseState.Collapsed : ExpandCollapseState.Expanded;