6 references to ListViewEditable
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
69if (iid == ValuePattern.Pattern && WindowsListView.ListViewEditable (_hwnd)) 567return !WindowsListView.ListViewEditable (_hwnd); 749if (!WindowsListView.ListViewEditable (hwnd))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (3)
33_cControlType = WindowsListView.ListViewEditable(hwnd) ? ControlType.Edit : ControlType.Text; 55if (iid == ValuePattern.Pattern && _item == 0 && WindowsListView.ListViewEditable (_hwnd)) 238return !WindowsListView.ListViewEditable (_hwnd);