1 write to tileSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
1657tileSize = value;
6 references to tileSize
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListView.cs (6)
1636if (tileSize.IsEmpty) { 1648return tileSize; 1652if (tileSize != value) { 1662tileViewInfo.sizeTile = new NativeMethods.SIZE(tileSize.Width, tileSize.Height); 1674return !this.tileSize.Equals(Size.Empty);