5 writes to Format
Microsoft.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (4)
596
Format
= mappedFormat,
628
Format
= format,
725
Format
= format,
741
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
372
if (s_oleServices.TryGetObjectFromDataObject(dataObject, request.
Format
, out data))
406
cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.
Format
).Id,
471
cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.
Format
).Id,
561
ThrowIfFormatAndTypeRequireResolver<T>(request.
Format
);
584
DataFormatNames.AddMappedFormats(request.
Format
, mappedFormats);
589
if (request.
Format
.Equals(mappedFormat))