5 writes to Format
Microsoft.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (4)
566
Format
= mappedFormat,
598
Format
= format,
695
Format
= format,
711
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)
115
object? value = request.
Format
switch
342
if (s_oleServices.TryGetObjectFromDataObject(dataObject, request.
Format
, out data))
376
cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.
Format
).Id,
441
cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.
Format
).Id,
531
ThrowIfFormatAndTypeRequireResolver<T>(request.
Format
);
554
DataFormatNames.AddMappedFormats(request.
Format
, mappedFormats);
559
if (request.
Format
.Equals(mappedFormat))