17 references to SmallIcon
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ListView.cs (16)
556(value && (this.View == View.SmallIcon || this.View == View.LargeIcon) && this.IsHandleCreated)) { 863Debug.Assert(!this.listViewState[LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon] || this.View == View.SmallIcon, "we need this bit only in SmallIcon view"); 870Debug.Assert(!value || this.View == View.SmallIcon, "we need this bit only in SmallIcon view"); 1441if (this.View == View.SmallIcon) { 1443this.View = View.SmallIcon; 1498if (this.View == View.LargeIcon || this.View == View.SmallIcon) { 1689if (viewStyle == View.LargeIcon || viewStyle == View.SmallIcon || viewStyle == View.Tile) 1707if (viewStyle == View.LargeIcon || viewStyle == View.SmallIcon || viewStyle == View.Tile) 2234if (viewStyle != View.SmallIcon) return; 3108if (this.View != View.SmallIcon && this.View != View.LargeIcon) { 3764if (this.IsHandleCreated && this.Items.Count == 0 && this.View == View.SmallIcon && this.ComctlSupportsVisualStyles) 3990this.View = View.SmallIcon; 4702if (this.View == View.LargeIcon || this.View == View.SmallIcon) 5225if (!VirtualMode && IsHandleCreated && AutoArrange && (View == View.LargeIcon || View == View.SmallIcon)) { 9030if (owner.View == View.SmallIcon) { 9036owner.View = View.SmallIcon;
winforms\Managed\System\WinForms\ListViewItem.cs (1)
592case View.SmallIcon: