3 references to s_stateWholeRowOneStyleSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (3)
29private static readonly BitVector32.Section s_savedStateImageIndexSection = BitVector32.CreateSection(15, s_stateWholeRowOneStyleSection); 858get => _state[s_stateWholeRowOneStyleSection] == 1; 859set => _state[s_stateWholeRowOneStyleSection] = value ? 1 : 0;