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