8 references to GetFormat
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Clipboard.cs (2)
76format != DataFormats.GetFormat("System.String").Id && 77format != DataFormats.GetFormat("Csv").Id) {
winforms\Managed\System\WinForms\DataObject.cs (5)
1276temp.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id)); 1392formatetc.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id)); 1539formatetc.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id)); 1597formatetc.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id)); 1987formatetc.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id));
WsatUI (1)
MMCUI\WSATPropertySheet.cs (1)
145formatEtc.cfFormat = (short)System.Windows.Forms.DataFormats.GetFormat(resourceName).Id;