3 references to StateWholeRowOneStyleSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListViewItem.cs (3)
52private static readonly BitVector32.Section SavedStateImageIndexSection = BitVector32.CreateSection(15, StateWholeRowOneStyleSection); 943return state[StateWholeRowOneStyleSection] == 1; 946state[StateWholeRowOneStyleSection] = value ? 1 : 0;