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