13 references to SystemDrawing
System.Private.Windows.Core (7)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (7)
137new BinaryLibrary(2, Assemblies.SystemDrawing).Write(writer); 156new BinaryLibrary(2, Assemblies.SystemDrawing).Write(writer); 179new BinaryLibrary(2, Assemblies.SystemDrawing).Write(writer); 198new BinaryLibrary(2, Assemblies.SystemDrawing).Write(writer); 217new BinaryLibrary(2, Assemblies.SystemDrawing).Write(writer); 240new BinaryLibrary(2, Assemblies.SystemDrawing).Write(writer); 259new BinaryLibrary(2, Assemblies.SystemDrawing).Write(writer);
System.Windows.Forms (2)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormatWriter.cs (1)
26new BinaryLibrary(2, Assemblies.SystemDrawing).Write(writer);
System\Windows\Forms\DataBinding\ControlBindingsCollection.cs (1)
13[Editor($"System.Drawing.Design.UITypeEditor, {Assemblies.SystemDrawing}", typeof(UITypeEditor))]
System.Windows.Forms.Tests (4)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
127root.TypeName.AssemblyName!.FullName.Should().Be(Assemblies.SystemDrawing);
System\Windows\Forms\Design\DesignerAttributeTests.cs (3)
93[MemberData(nameof(GetAttributeOfType_TestData), Assemblies.SystemDrawing, typeof(DesignerSerializerAttribute))] 152[MemberData(nameof(GetAttributeOfTypeAndProperty_TestData), Assemblies.SystemDrawing, typeof(TypeConverterAttribute))] 169[MemberData(nameof(GetAttributeOfTypeAndProperty_TestData), Assemblies.SystemDrawing, typeof(EditorAttribute))]