6 references to ListViewEditable
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
70if (iid == ValuePattern.Pattern && WindowsListView.ListViewEditable (_hwnd)) 568return !WindowsListView.ListViewEditable (_hwnd); 750if (!WindowsListView.ListViewEditable (hwnd))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (3)
34_cControlType = WindowsListView.ListViewEditable(hwnd) ? ControlType.Edit : ControlType.Text; 56if (iid == ValuePattern.Pattern && _item == 0 && WindowsListView.ListViewEditable (_hwnd)) 239return !WindowsListView.ListViewEditable (_hwnd);