13 references to SystemDrawing
System.Private.Windows.Core (7)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (7)
137
new BinaryLibrary(2, Assemblies.
SystemDrawing
).Write(writer);
156
new BinaryLibrary(2, Assemblies.
SystemDrawing
).Write(writer);
179
new BinaryLibrary(2, Assemblies.
SystemDrawing
).Write(writer);
198
new BinaryLibrary(2, Assemblies.
SystemDrawing
).Write(writer);
217
new BinaryLibrary(2, Assemblies.
SystemDrawing
).Write(writer);
240
new BinaryLibrary(2, Assemblies.
SystemDrawing
).Write(writer);
259
new BinaryLibrary(2, Assemblies.
SystemDrawing
).Write(writer);
System.Windows.Forms (2)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormatWriter.cs (1)
26
new 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)
127
root.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))]