6 writes to FlipViewToLargeIconAndSmallIcon
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListView\ListView.cs (5)
1810FlipViewToLargeIconAndSmallIcon = false; 3995FlipViewToLargeIconAndSmallIcon = true; 4024FlipViewToLargeIconAndSmallIcon = false; 4239FlipViewToLargeIconAndSmallIcon = false; 4518FlipViewToLargeIconAndSmallIcon = false;
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (1)
269_owner.FlipViewToLargeIconAndSmallIcon = true;
8 references to FlipViewToLargeIconAndSmallIcon
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4074Debug.Assert(!FlipViewToLargeIconAndSmallIcon, "if we added even 1 item then we should have been done w/ FlipViewToLargeIconAndSmallIcon"); 4237if (FlipViewToLargeIconAndSmallIcon)
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (6)
105Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 140Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 273Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon, "we only set this when comctl 6.0 is loaded"); 342Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 382Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 405Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item.");