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