6 writes to FlipViewToLargeIconAndSmallIcon
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListView.cs (6)
1777
this.
FlipViewToLargeIconAndSmallIcon
= false;
3766
this.
FlipViewToLargeIconAndSmallIcon
= true;
3794
this.
FlipViewToLargeIconAndSmallIcon
= false;
3987
this.
FlipViewToLargeIconAndSmallIcon
= false;
4253
this.
FlipViewToLargeIconAndSmallIcon
= false;
9032
this.owner.
FlipViewToLargeIconAndSmallIcon
= true;
8 references to FlipViewToLargeIconAndSmallIcon
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ListView.cs (8)
3845
Debug.Assert(!this.
FlipViewToLargeIconAndSmallIcon
, "if we added even 1 item then we should have been done w/ FlipViewToLargeIconAndSmallIcon");
3986
if (this.
FlipViewToLargeIconAndSmallIcon
) {
8902
Debug.Assert(!this.owner.
FlipViewToLargeIconAndSmallIcon
|| this.Count == 0, "the FlipView... bit is turned off after adding 1 item.");
8935
Debug.Assert(!this.owner.
FlipViewToLargeIconAndSmallIcon
|| this.Count == 0, "the FlipView... bit is turned off after adding 1 item.");
9034
Debug.Assert(!this.owner.
FlipViewToLargeIconAndSmallIcon
, "we only set this when comctl 6.0 is loaded");
9098
Debug.Assert(!this.owner.
FlipViewToLargeIconAndSmallIcon
|| this.Count == 0, "the FlipView... bit is turned off after adding 1 item.");
9131
Debug.Assert(!this.owner.
FlipViewToLargeIconAndSmallIcon
|| this.Count == 0, "the FlipView... bit is turned off after adding 1 item.");
9150
Debug.Assert(!this.owner.
FlipViewToLargeIconAndSmallIcon
|| this.Count == 0, "the FlipView... bit is turned off after adding 1 item.");