2 implementations of GetData
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
70
public object?
GetData
(string format) => ManagedDataObject.GetData(format);
System\Private\Windows\Ole\DataStore.cs (1)
78
public object?
GetData
(string format) => GetData(format, autoConvert: true);
7 references to GetData
System.Private.Windows.Core (6)
System\Private\Windows\Ole\Composition.cs (1)
70
public object? GetData(string format) => ManagedDataObject.
GetData
(format);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (3)
57
if (_dataObject.
GetData
(formatName) is DragDropFormat dragDropFormat)
119
if (_dataObject.
GetData
(format) is not object data)
210
if (_dataObject.GetDataPresent(formatName) && _dataObject.
GetData
(formatName) is DragDropFormat dragDropFormat)
System\Private\Windows\Ole\DataRequest.cs (1)
31
/// <see cref="IDataObjectInternal.
GetData
(string)"/> API family, that returns an <see cref="object"/>. <see langword="false"/>
System\Private\Windows\Ole\DragDropHelper.cs (1)
175
if (dataObject.
GetData
(format) is DragDropFormat dragDropFormat)
System.Windows.Forms (1)
System\Windows\Forms\OLE\IDataObject.cs (1)
25
/// <inheritdoc cref="IDataObjectInternal.
GetData
(string)" />