29 writes to Format
System.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;
System.Private.Windows.Core.Tests (20)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (18)
239
Format
= "test",
257
Format
= "test",
280
Format
= "test",
297
Format
= "test",
464
Format
= "test",
484
Format
= "test",
494
Format
= "test",
523
Format
= "test",
533
Format
= "test",
556
Format
= "test",
568
Format
= "test",
582
Format
= "test",
594
Format
= "test",
608
Format
= "test",
621
Format
= "test",
821
Format
= "test",
831
Format
= "test",
848
Format
= "test",
System\Private\Windows\Ole\TypeBinderTests.cs (2)
51
Format
= "test",
78
Format
= "test",
System.Windows.Forms.Tests (4)
System\Windows\Forms\Ole\BinaryFormatUtilitiesTests.cs (4)
43
Format
= "test",
61
Format
= "test",
123
Format
= "test",
151
Format
= "test",
8 references to Format
System.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
329
if (TOleServices.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))