4 references to GetColumnCountOtherModes
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
969return GetColumnCountOtherModes (hwnd); 1034int columnCount = GetColumnCountOtherModes (hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
595int columnCount = WindowsListView.GetColumnCountOtherModes (_hwnd); 619int columnCount = WindowsListView.GetColumnCountOtherModes (_hwnd);