2 implementations of GetDataPresent
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
131public virtual bool GetDataPresent(string format) => GetDataPresent(format, autoConvert: true);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\OleDragDropHandler.ComponentDataObject.cs (1)
176public bool GetDataPresent(string format)
2 references to GetDataPresent
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObjectAdapter.cs (1)
22public bool GetDataPresent(string format) => DataObject.GetDataPresent(format);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\CommandSet.cs (1)
3096if (dataObj.GetDataPresent(CF_DESIGNER))