4 references to LISTVIEWSTATE_nonclickHdr
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
1012
if ((_listViewState[
LISTVIEWSTATE_nonclickHdr
] && value == ColumnHeaderStyle.Clickable) ||
1013
(!_listViewState[
LISTVIEWSTATE_nonclickHdr
] && value == ColumnHeaderStyle.Nonclickable))
1015
_listViewState[
LISTVIEWSTATE_nonclickHdr
] = !_listViewState[
LISTVIEWSTATE_nonclickHdr
];