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