4 references to GetColumnCountOtherModes
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
976return GetColumnCountOtherModes (hwnd); 1041int columnCount = GetColumnCountOtherModes (hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
599int columnCount = WindowsListView.GetColumnCountOtherModes (_hwnd); 623int columnCount = WindowsListView.GetColumnCountOtherModes (_hwnd);