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