9 references to formats
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataObject.cs (9)
1226this.formats.Clear(); 1246this.formats.Add(temp); 1255this.formats.Clear(); 1304this.formats.Add(temp); 1312if (this.current < formats.Count && celt > 0) { 1314FORMATETC current = (FORMATETC)formats[this.current]; 1337if (current + celt >= this.formats.Count) { 1352FORMATETC[] temp = new FORMATETC[formats.Count]; 1353formats.CopyTo(temp, 0);