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