3 implementations of GetDataPresent
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataObject.cs (3)
250public virtual bool GetDataPresent(string format) { 2033public virtual bool GetDataPresent(string format) { 2230public virtual bool GetDataPresent(string format) {
1 reference to GetDataPresent
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CommandSet.cs (1)
437if (dataObj == null || designerHost == null || (!dataObj.GetDataPresent(CF_DESIGNER) && (ts != null && !ts.IsSupported(dataObj, designerHost))))