4 references to GetColumnCountOtherModes
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
984return GetColumnCountOtherModes (hwnd); 1049int columnCount = GetColumnCountOtherModes (hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
606int columnCount = WindowsListView.GetColumnCountOtherModes (_hwnd); 630int columnCount = WindowsListView.GetColumnCountOtherModes (_hwnd);