29 writes to Format
System.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (4)
473
Format
= mappedFormat,
505
Format
= format,
597
Format
= format,
613
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",
461
Format
= "test",
481
Format
= "test",
491
Format
= "test",
520
Format
= "test",
530
Format
= "test",
553
Format
= "test",
565
Format
= "test",
579
Format
= "test",
591
Format
= "test",
605
Format
= "test",
618
Format
= "test",
818
Format
= "test",
828
Format
= "test",
845
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)
183
if (DataFormatNames.IsPredefinedFormat(request.
Format
))
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (7)
104
object? value = request.
Format
switch
262
if (TOleServices.TryGetObjectFromDataObject(dataObject, request.
Format
, out data))
295
cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.
Format
).Id,
353
cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.
Format
).Id,
438
ThrowIfFormatAndTypeRequireResolver<T>(request.
Format
);
461
DataFormatNames.AddMappedFormats(request.
Format
, mappedFormats);
466
if (request.
Format
.Equals(mappedFormat))