17 references to LargeIcon
System.Windows.Forms (17)
System\Windows\Forms\Controls\ListView\ListView.cs (12)
56private View _viewStyle = View.LargeIcon; 520(value && (View == View.SmallIcon || View == View.LargeIcon) && IsHandleCreated)) 1461View = View.LargeIcon; 1511if (View is View.LargeIcon or View.SmallIcon) 1714if (_viewStyle is View.LargeIcon or View.SmallIcon or View.Tile) 1729if (_viewStyle is View.LargeIcon or View.SmallIcon or View.Tile) 1801[DefaultValue(View.LargeIcon)] 3222if (View is not View.SmallIcon and not View.LargeIcon) 4252View = View.LargeIcon; 5043if (View is View.LargeIcon or View.SmallIcon) 5072if (View == View.LargeIcon) 5632if (!VirtualMode && IsHandleCreated && AutoArrange && (View == View.LargeIcon || View == View.SmallIcon))
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (1)
274_owner.View = View.LargeIcon;
System\Windows\Forms\Controls\ListView\ListViewItem.cs (2)
260View.LargeIcon => new ListViewItemLargeIconAccessibleObject(this), 529case View.LargeIcon:
System\Windows\Forms\Controls\ListView\ListViewItem.IKeyboardToolTip.cs (1)
33case View.LargeIcon:
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemLargeIconAccessibleObject.cs (1)
14protected override View View => View.LargeIcon;