3 references to s_savedStateImageIndexSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (3)
30
private static readonly BitVector32.Section s_subItemCountSection = BitVector32.CreateSection(MaxSubItems,
s_savedStateImageIndexSection
);
664
return _state[
s_savedStateImageIndexSection
] - 1;
672
_state[
s_savedStateImageIndexSection
] = value + 1;