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