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