3 implementations of GetDataPresent
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
174public bool GetDataPresent(Type format) => ManagedDataObject.GetDataPresent(format);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
599public bool GetDataPresent(Type format) => GetDataPresent(format.FullName.OrThrowIfNull());
System\Private\Windows\Ole\DataStore.cs (1)
130public bool GetDataPresent(Type format) => GetDataPresent(format.FullName!);
1 reference to GetDataPresent
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.cs (1)
174public bool GetDataPresent(Type format) => ManagedDataObject.GetDataPresent(format);