2 writes to sizeTile
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
1662tileViewInfo.sizeTile = new NativeMethods.SIZE(tileSize.Width, tileSize.Height); 5350tileViewInfo.sizeTile = new NativeMethods.SIZE(this.TileSize.Width, this.TileSize.Height);
2 references to sizeTile
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
1643return new Size(tileViewInfo.sizeTile.cx, tileViewInfo.sizeTile.cy);