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