8 references to SystemDrawingDesign
System.Windows.Forms (8)
System\Drawing\Design\UITypeEditor.cs (7)
52
[typeof(Bitmap)] = $"System.Drawing.Design.BitmapEditor, {AssemblyRef.
SystemDrawingDesign
}",
53
[typeof(Color)] = $"System.Drawing.Design.ColorEditor, {AssemblyRef.
SystemDrawingDesign
}",
54
[typeof(ContentAlignment)] = $"System.Drawing.Design.ContentAlignmentEditor, {AssemblyRef.
SystemDrawingDesign
}",
55
[typeof(Font)] = $"System.Drawing.Design.FontEditor, {AssemblyRef.
SystemDrawingDesign
}",
57
[typeof(Icon)] = $"System.Drawing.Design.IconEditor, {AssemblyRef.
SystemDrawingDesign
}",
58
[typeof(Image)] = $"System.Drawing.Design.ImageEditor, {AssemblyRef.
SystemDrawingDesign
}",
59
[typeof(Metafile)] = $"System.Drawing.Design.MetafileEditor, {AssemblyRef.
SystemDrawingDesign
}",
System\Windows\Forms\Input\Cursor.cs (1)
19
[Editor($"System.Drawing.Design.CursorEditor, {AssemblyRef.
SystemDrawingDesign
}", typeof(UITypeEditor))]