6 writes to FlipViewToLargeIconAndSmallIcon
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListView\ListView.cs (5)
1814FlipViewToLargeIconAndSmallIcon = false; 3999FlipViewToLargeIconAndSmallIcon = true; 4028FlipViewToLargeIconAndSmallIcon = false; 4243FlipViewToLargeIconAndSmallIcon = false; 4522FlipViewToLargeIconAndSmallIcon = 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)
4078Debug.Assert(!FlipViewToLargeIconAndSmallIcon, "if we added even 1 item then we should have been done w/ FlipViewToLargeIconAndSmallIcon"); 4241if (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.");