2 implementations of GetDataPresent
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
145public bool GetDataPresent(string format, bool autoConvert) => ManagedDataObject.GetDataPresent(format, autoConvert);
System\Private\Windows\Ole\DataStore.cs (1)
117public bool GetDataPresent(string format, bool autoConvert)
3 references to GetDataPresent
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.cs (1)
145public bool GetDataPresent(string format, bool autoConvert) => ManagedDataObject.GetDataPresent(format, autoConvert);
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\ITestDataObject.cs (1)
20/// <inheritdoc cref="IDataObjectInternal.GetDataPresent(string, bool)" />
System.Windows.Forms (1)
System\Windows\Forms\OLE\IDataObject.cs (1)
31/// <inheritdoc cref="IDataObjectInternal.GetDataPresent(string, bool)" />