2 references to LISTVIEWSTATE_gridLines
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
899
return _listViewState[
LISTVIEWSTATE_gridLines
];
906
_listViewState[
LISTVIEWSTATE_gridLines
] = value;