5 writes to Format
Microsoft.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (4)
555
Format
= mappedFormat,
587
Format
= format,
684
Format
= format,
700
Format
= format,
System\Private\Windows\Ole\DataRequest.cs (1)
16
Format
= format;
8 references to Format
Microsoft.Private.Windows.Core (8)
System\Private\Windows\Ole\BinaryFormatUtilities.cs (1)
210
if (DataFormatNames.IsPredefinedFormat(request.
Format
))
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (7)
104
object? value = request.
Format
switch
331
if (s_oleServices.TryGetObjectFromDataObject(dataObject, request.
Format
, out data))
365
cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.
Format
).Id,
430
cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.
Format
).Id,
520
ThrowIfFormatAndTypeRequireResolver<T>(request.
Format
);
543
DataFormatNames.AddMappedFormats(request.
Format
, mappedFormats);
548
if (request.
Format
.Equals(mappedFormat))