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