4 references to Format
System.Windows.Forms (2)
System\Windows\Forms\OLE\DataFormats.cs (2)
189s_formatList[s_formatCount] = new Format(format, (int)formatId); 238s_formatList[s_formatCount] = new Format(name, id);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataFormatsTests.cs (1)
164var format = new DataFormats.Format(name, id);
System\Windows\Forms\RichTextBoxTests.cs (1)
7842yield return new object[] { new DataFormats.Format("UnknownName", int.MaxValue), false };