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