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