4 references to GetColumnCountOtherModes
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
970return GetColumnCountOtherModes (hwnd); 1035int columnCount = GetColumnCountOtherModes (hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
596int columnCount = WindowsListView.GetColumnCountOtherModes (_hwnd); 620int columnCount = WindowsListView.GetColumnCountOtherModes (_hwnd);