6 references to ListViewEditable
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
75if (iid == ValuePattern.Pattern && WindowsListView.ListViewEditable (_hwnd)) 571return !WindowsListView.ListViewEditable (_hwnd); 754if (!WindowsListView.ListViewEditable (hwnd))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (3)
35_cControlType = WindowsListView.ListViewEditable(hwnd) ? ControlType.Edit : ControlType.Text; 57if (iid == ValuePattern.Pattern && _item == 0 && WindowsListView.ListViewEditable (_hwnd)) 240return !WindowsListView.ListViewEditable (_hwnd);