11 references to state
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ListViewItem.cs (11)
722
return
state
[SavedStateImageIndexSection] - 1;
727
state
[StateImageMaskSet] = (value == -1 ? 0 : 1);
731
state
[SavedStateImageIndexSection] = value + 1;
796
this.
state
[StateImageMaskSet] = (value == -1 ? 0 : 1);
807
return (this.
state
[StateImageMaskSet] != 0);
817
return
state
[StateSelectedSection] == 1;
820
state
[StateSelectedSection] = value ? 1 : 0;
829
return
state
[SubItemCountSection];
832
state
[SubItemCountSection] = value;
943
return
state
[StateWholeRowOneStyleSection] == 1;
946
state
[StateWholeRowOneStyleSection] = value ? 1 : 0;