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