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