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