2 implementations of GetDataPresent
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
74
public bool
GetDataPresent
(Type format) => ManagedDataObject.GetDataPresent(format);
System\Private\Windows\Ole\DataStore.cs (1)
115
public bool
GetDataPresent
(Type format) => GetDataPresent(format.FullName!);
2 references to GetDataPresent
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.cs (1)
74
public bool GetDataPresent(Type format) => ManagedDataObject.
GetDataPresent
(format);
System.Windows.Forms (1)
System\Windows\Forms\OLE\IDataObject.cs (1)
37
/// <inheritdoc cref="IDataObjectInternal.
GetDataPresent
(Type)" />