7 references to GetFormat
System.Windows.Forms (7)
System\Windows\Forms\OLE\DataFormats.cs (1)
201GetFormat((ushort)(id & 0xFFFF));
System\Windows\Forms\OLE\DataObject.Composition.NativeToWinFormsAdapter.cs (1)
601string name = DataFormats.GetFormat(formatEtc.cfFormat).Name;
System\Windows\Forms\OLE\DataObject.Composition.WinFormsToNativeAdapter.cs (4)
51string formatName = DataFormats.GetFormat(pformatetcIn->cfFormat).Name; 113string format = DataFormats.GetFormat(pformatetc->cfFormat).Name; 215if (!_dataObject.GetDataPresent(DataFormats.GetFormat(pformatetc->cfFormat).Name)) 248string formatName = DataFormats.GetFormat(pformatetc->cfFormat).Name;
System\Windows\Forms\OLE\DragDropHelper.cs (1)
233string formatName = DataFormats.GetFormat(format.cfFormat).Name;