3 references to uOldState
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
5887
CheckState oldState = (CheckState)(((nmlv->
uOldState
& NativeMethods.LVIS_STATEIMAGEMASK) >> 12) == 1 ? 0 : 1);
5905
CheckState oldValue = (CheckState)(((nmlv->
uOldState
& NativeMethods.LVIS_STATEIMAGEMASK) >> 12) == 1 ? 0 : 1);
5917
int oldState = nmlv->
uOldState
& NativeMethods.LVIS_SELECTED;