3 references to StateSelectedSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListViewItem.cs (3)
50private static readonly BitVector32.Section StateImageMaskSet = BitVector32.CreateSection(1, StateSelectedSection); 817return state[StateSelectedSection] == 1; 820state[StateSelectedSection] = value ? 1 : 0;