29 writes to Format
System.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (4)
555Format = mappedFormat, 587Format = format, 684Format = format, 700Format = format,
System\Private\Windows\Ole\DataRequest.cs (1)
16Format = format;
System.Private.Windows.Core.Tests (20)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (18)
239Format = "test", 257Format = "test", 280Format = "test", 297Format = "test", 464Format = "test", 484Format = "test", 494Format = "test", 523Format = "test", 533Format = "test", 556Format = "test", 568Format = "test", 582Format = "test", 594Format = "test", 608Format = "test", 621Format = "test", 821Format = "test", 831Format = "test", 848Format = "test",
System\Private\Windows\Ole\TypeBinderTests.cs (2)
51Format = "test", 78Format = "test",
System.Windows.Forms.Tests (4)
System\Windows\Forms\Ole\BinaryFormatUtilitiesTests.cs (4)
43Format = "test", 61Format = "test", 123Format = "test", 151Format = "test",
8 references to Format
System.Private.Windows.Core (8)
System\Private\Windows\Ole\BinaryFormatUtilities.cs (1)
210if (DataFormatNames.IsPredefinedFormat(request.Format))
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (7)
104object? value = request.Format switch 329if (TOleServices.TryGetObjectFromDataObject(dataObject, request.Format, out data)) 365cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.Format).Id, 430cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.Format).Id, 520ThrowIfFormatAndTypeRequireResolver<T>(request.Format); 543DataFormatNames.AddMappedFormats(request.Format, mappedFormats); 548if (request.Format.Equals(mappedFormat))