4 references to LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
863
Debug.Assert(!this.listViewState[
LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon
] || this.View == View.SmallIcon, "we need this bit only in SmallIcon view");
864
Debug.Assert(!this.listViewState[
LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon
] || this.ComctlSupportsVisualStyles, "we need this bit only when loading ComCtl 6.0");
866
return this.listViewState[
LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon
];
873
this.listViewState[
LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon
] = value;