1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Drawing.Design.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Drawing.Design.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Drawing.Design.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
19 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
20 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
21 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
22 namespace System
23 {
24     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
25     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
26     {
MonoDocumentationNoteAttribute(string comment)27         public MonoDocumentationNoteAttribute(string comment) { }
28     }
29     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
30     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
31     {
MonoExtensionAttribute(string comment)32         public MonoExtensionAttribute(string comment) { }
33     }
34     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
35     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
36     {
MonoInternalNoteAttribute(string comment)37         public MonoInternalNoteAttribute(string comment) { }
38     }
39     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
40     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
41     {
MonoLimitationAttribute(string comment)42         public MonoLimitationAttribute(string comment) { }
43     }
44     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
45     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
46     {
MonoNotSupportedAttribute(string comment)47         public MonoNotSupportedAttribute(string comment) { }
48     }
49     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
50     internal partial class MonoTODOAttribute : System.Attribute
51     {
MonoTODOAttribute()52         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)53         public MonoTODOAttribute(string comment) { }
54         public string Comment { get { throw null; } }
55     }
56 }
57 namespace System.Drawing.Design
58 {
59     public partial class BitmapEditor : System.Drawing.Design.ImageEditor
60     {
BitmapEditor()61         public BitmapEditor() { }
GetExtensions()62         protected override string[] GetExtensions() { throw null; }
GetFileDialogDescription()63         protected override string GetFileDialogDescription() { throw null; }
LoadFromStream(System.IO.Stream stream)64         protected override System.Drawing.Image LoadFromStream(System.IO.Stream stream) { throw null; }
65     }
66     public partial class ColorEditor : System.Drawing.Design.UITypeEditor
67     {
ColorEditor()68         public ColorEditor() { }
EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value)69         public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) { throw null; }
GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)70         public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context)71         public override bool GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
PaintValue(System.Drawing.Design.PaintValueEventArgs e)72         public override void PaintValue(System.Drawing.Design.PaintValueEventArgs e) { }
73     }
74     public partial class ContentAlignmentEditor : System.Drawing.Design.UITypeEditor
75     {
ContentAlignmentEditor()76         public ContentAlignmentEditor() { }
EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value)77         public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) { throw null; }
GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)78         public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
79     }
80     public partial class CursorEditor : System.Drawing.Design.UITypeEditor
81     {
CursorEditor()82         public CursorEditor() { }
83         public override bool IsDropDownResizable { get { throw null; } }
EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value)84         public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) { throw null; }
GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)85         public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
86     }
87     public partial class FontEditor : System.Drawing.Design.UITypeEditor
88     {
FontEditor()89         public FontEditor() { }
EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value)90         public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) { throw null; }
GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)91         public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
92     }
93     public partial class FontNameEditor : System.Drawing.Design.UITypeEditor
94     {
FontNameEditor()95         public FontNameEditor() { }
GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context)96         public override bool GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
PaintValue(System.Drawing.Design.PaintValueEventArgs e)97         public override void PaintValue(System.Drawing.Design.PaintValueEventArgs e) { }
98     }
99     public partial class IconEditor : System.Drawing.Design.UITypeEditor
100     {
IconEditor()101         public IconEditor() { }
CreateExtensionsString(string[] extensions, string sep)102         protected static string CreateExtensionsString(string[] extensions, string sep) { throw null; }
CreateFilterEntry(System.Drawing.Design.IconEditor e)103         protected static string CreateFilterEntry(System.Drawing.Design.IconEditor e) { throw null; }
EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value)104         public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) { throw null; }
GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)105         public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetExtensions()106         protected virtual string[] GetExtensions() { throw null; }
GetFileDialogDescription()107         protected virtual string GetFileDialogDescription() { throw null; }
GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context)108         public override bool GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
LoadFromStream(System.IO.Stream stream)109         protected virtual System.Drawing.Icon LoadFromStream(System.IO.Stream stream) { throw null; }
PaintValue(System.Drawing.Design.PaintValueEventArgs e)110         public override void PaintValue(System.Drawing.Design.PaintValueEventArgs e) { }
111     }
112     public partial class ImageEditor : System.Drawing.Design.UITypeEditor
113     {
ImageEditor()114         public ImageEditor() { }
CreateExtensionsString(string[] extensions, string sep)115         protected static string CreateExtensionsString(string[] extensions, string sep) { throw null; }
CreateFilterEntry(System.Drawing.Design.ImageEditor e)116         protected static string CreateFilterEntry(System.Drawing.Design.ImageEditor e) { throw null; }
EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value)117         public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) { throw null; }
GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)118         public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetExtensions()119         protected virtual string[] GetExtensions() { throw null; }
GetFileDialogDescription()120         protected virtual string GetFileDialogDescription() { throw null; }
121         [System.MonoTODOAttribute]
GetImageExtenders()122         protected virtual System.Type[] GetImageExtenders() { throw null; }
GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context)123         public override bool GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
LoadFromStream(System.IO.Stream stream)124         protected virtual System.Drawing.Image LoadFromStream(System.IO.Stream stream) { throw null; }
PaintValue(System.Drawing.Design.PaintValueEventArgs e)125         public override void PaintValue(System.Drawing.Design.PaintValueEventArgs e) { }
126     }
127     public partial class MetafileEditor : System.Drawing.Design.ImageEditor
128     {
MetafileEditor()129         public MetafileEditor() { }
GetExtensions()130         protected override string[] GetExtensions() { throw null; }
GetFileDialogDescription()131         protected override string GetFileDialogDescription() { throw null; }
LoadFromStream(System.IO.Stream stream)132         protected override System.Drawing.Image LoadFromStream(System.IO.Stream stream) { throw null; }
133     }
134     [System.SerializableAttribute]
135     public partial class ToolboxItemContainer : System.Runtime.Serialization.ISerializable
136     {
137         [System.MonoTODOAttribute]
ToolboxItemContainer(System.Drawing.Design.ToolboxItem item)138         public ToolboxItemContainer(System.Drawing.Design.ToolboxItem item) { }
139         [System.MonoTODOAttribute]
ToolboxItemContainer(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)140         protected ToolboxItemContainer(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
141         [System.MonoTODOAttribute]
ToolboxItemContainer(System.Windows.Forms.IDataObject data)142         public ToolboxItemContainer(System.Windows.Forms.IDataObject data) { }
143         [System.MonoTODOAttribute]
144         public bool IsCreated { get { throw null; } }
145         [System.MonoTODOAttribute]
146         public bool IsTransient { get { throw null; } }
147         [System.MonoTODOAttribute]
148         public virtual System.Windows.Forms.IDataObject ToolboxData { get { throw null; } }
149         [System.MonoTODOAttribute]
Equals(object obj)150         public override bool Equals(object obj) { throw null; }
151         [System.MonoTODOAttribute]
GetFilter(System.Collections.ICollection creators)152         public virtual System.Collections.ICollection GetFilter(System.Collections.ICollection creators) { throw null; }
153         [System.MonoTODOAttribute]
GetHashCode()154         public override int GetHashCode() { throw null; }
155         [System.MonoTODOAttribute]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)156         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
157         [System.MonoTODOAttribute]
GetToolboxItem(System.Collections.ICollection creators)158         public virtual System.Drawing.Design.ToolboxItem GetToolboxItem(System.Collections.ICollection creators) { throw null; }
159         [System.MonoTODOAttribute]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)160         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
161         [System.MonoTODOAttribute]
UpdateFilter(System.Drawing.Design.ToolboxItem item)162         public void UpdateFilter(System.Drawing.Design.ToolboxItem item) { }
163     }
164     public sealed partial class ToolboxItemCreator
165     {
ToolboxItemCreator()166         internal ToolboxItemCreator() { }
167         [System.MonoTODOAttribute]
168         public string Format { get { throw null; } }
169         [System.MonoTODOAttribute]
Create(System.Windows.Forms.IDataObject data)170         public System.Drawing.Design.ToolboxItem Create(System.Windows.Forms.IDataObject data) { throw null; }
171     }
172     public abstract partial class ToolboxService : System.ComponentModel.Design.IComponentDiscoveryService, System.Drawing.Design.IToolboxService
173     {
174         [System.MonoTODOAttribute]
ToolboxService()175         protected ToolboxService() { }
176         protected abstract System.Drawing.Design.CategoryNameCollection CategoryNames { get; }
177         protected abstract string SelectedCategory { get; set; }
178         protected abstract System.Drawing.Design.ToolboxItemContainer SelectedItemContainer { get; set; }
179         System.Drawing.Design.CategoryNameCollection System.Drawing.Design.IToolboxService.CategoryNames { get { throw null; } }
180         string System.Drawing.Design.IToolboxService.SelectedCategory { get { throw null; } set { } }
181         [System.MonoTODOAttribute]
CreateItemContainer(System.Drawing.Design.ToolboxItem item, System.ComponentModel.Design.IDesignerHost link)182         protected virtual System.Drawing.Design.ToolboxItemContainer CreateItemContainer(System.Drawing.Design.ToolboxItem item, System.ComponentModel.Design.IDesignerHost link) { throw null; }
183         [System.MonoTODOAttribute]
CreateItemContainer(System.Windows.Forms.IDataObject dataObject)184         protected virtual System.Drawing.Design.ToolboxItemContainer CreateItemContainer(System.Windows.Forms.IDataObject dataObject) { throw null; }
185         [System.MonoTODOAttribute]
FilterChanged()186         protected virtual void FilterChanged() { }
GetItemContainers()187         protected abstract System.Collections.IList GetItemContainers();
GetItemContainers(string categoryName)188         protected abstract System.Collections.IList GetItemContainers(string categoryName);
189         [System.MonoTODOAttribute]
GetToolboxItem(System.Type toolType)190         public static System.Drawing.Design.ToolboxItem GetToolboxItem(System.Type toolType) { throw null; }
191         [System.MonoTODOAttribute]
GetToolboxItem(System.Type toolType, bool nonPublic)192         public static System.Drawing.Design.ToolboxItem GetToolboxItem(System.Type toolType, bool nonPublic) { throw null; }
193         [System.MonoTODOAttribute]
GetToolboxItems(System.Reflection.Assembly a, string newCodeBase)194         public static System.Collections.ICollection GetToolboxItems(System.Reflection.Assembly a, string newCodeBase) { throw null; }
195         [System.MonoTODOAttribute]
GetToolboxItems(System.Reflection.Assembly a, string newCodeBase, bool throwOnError)196         public static System.Collections.ICollection GetToolboxItems(System.Reflection.Assembly a, string newCodeBase, bool throwOnError) { throw null; }
197         [System.MonoTODOAttribute]
GetToolboxItems(System.Reflection.AssemblyName an)198         public static System.Collections.ICollection GetToolboxItems(System.Reflection.AssemblyName an) { throw null; }
199         [System.MonoTODOAttribute]
GetToolboxItems(System.Reflection.AssemblyName an, bool throwOnError)200         public static System.Collections.ICollection GetToolboxItems(System.Reflection.AssemblyName an, bool throwOnError) { throw null; }
201         [System.MonoTODOAttribute]
IsItemContainer(System.Windows.Forms.IDataObject dataObject, System.ComponentModel.Design.IDesignerHost host)202         protected virtual bool IsItemContainer(System.Windows.Forms.IDataObject dataObject, System.ComponentModel.Design.IDesignerHost host) { throw null; }
203         [System.MonoTODOAttribute]
IsItemContainerSupported(System.Drawing.Design.ToolboxItemContainer container, System.ComponentModel.Design.IDesignerHost host)204         protected bool IsItemContainerSupported(System.Drawing.Design.ToolboxItemContainer container, System.ComponentModel.Design.IDesignerHost host) { throw null; }
Refresh()205         protected abstract void Refresh();
206         [System.MonoTODOAttribute]
SelectedItemContainerUsed()207         protected virtual void SelectedItemContainerUsed() { }
208         [System.MonoTODOAttribute]
SetCursor()209         protected virtual bool SetCursor() { throw null; }
System.ComponentModel.Design.IComponentDiscoveryService.GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType)210         System.Collections.ICollection System.ComponentModel.Design.IComponentDiscoveryService.GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType) { throw null; }
System.Drawing.Design.IToolboxService.AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format)211         void System.Drawing.Design.IToolboxService.AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format) { }
System.Drawing.Design.IToolboxService.AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format, System.ComponentModel.Design.IDesignerHost host)212         void System.Drawing.Design.IToolboxService.AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format, System.ComponentModel.Design.IDesignerHost host) { }
System.Drawing.Design.IToolboxService.AddLinkedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, System.ComponentModel.Design.IDesignerHost host)213         void System.Drawing.Design.IToolboxService.AddLinkedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, System.ComponentModel.Design.IDesignerHost host) { }
System.Drawing.Design.IToolboxService.AddLinkedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category, System.ComponentModel.Design.IDesignerHost host)214         void System.Drawing.Design.IToolboxService.AddLinkedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category, System.ComponentModel.Design.IDesignerHost host) { }
System.Drawing.Design.IToolboxService.AddToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem)215         void System.Drawing.Design.IToolboxService.AddToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem) { }
System.Drawing.Design.IToolboxService.AddToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category)216         void System.Drawing.Design.IToolboxService.AddToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category) { }
System.Drawing.Design.IToolboxService.DeserializeToolboxItem(object serializedObject)217         System.Drawing.Design.ToolboxItem System.Drawing.Design.IToolboxService.DeserializeToolboxItem(object serializedObject) { throw null; }
System.Drawing.Design.IToolboxService.DeserializeToolboxItem(object serializedObject, System.ComponentModel.Design.IDesignerHost host)218         System.Drawing.Design.ToolboxItem System.Drawing.Design.IToolboxService.DeserializeToolboxItem(object serializedObject, System.ComponentModel.Design.IDesignerHost host) { throw null; }
System.Drawing.Design.IToolboxService.GetSelectedToolboxItem()219         System.Drawing.Design.ToolboxItem System.Drawing.Design.IToolboxService.GetSelectedToolboxItem() { throw null; }
System.Drawing.Design.IToolboxService.GetSelectedToolboxItem(System.ComponentModel.Design.IDesignerHost host)220         System.Drawing.Design.ToolboxItem System.Drawing.Design.IToolboxService.GetSelectedToolboxItem(System.ComponentModel.Design.IDesignerHost host) { throw null; }
System.Drawing.Design.IToolboxService.GetToolboxItems()221         System.Drawing.Design.ToolboxItemCollection System.Drawing.Design.IToolboxService.GetToolboxItems() { throw null; }
System.Drawing.Design.IToolboxService.GetToolboxItems(System.ComponentModel.Design.IDesignerHost host)222         System.Drawing.Design.ToolboxItemCollection System.Drawing.Design.IToolboxService.GetToolboxItems(System.ComponentModel.Design.IDesignerHost host) { throw null; }
System.Drawing.Design.IToolboxService.GetToolboxItems(string category)223         System.Drawing.Design.ToolboxItemCollection System.Drawing.Design.IToolboxService.GetToolboxItems(string category) { throw null; }
System.Drawing.Design.IToolboxService.GetToolboxItems(string category, System.ComponentModel.Design.IDesignerHost host)224         System.Drawing.Design.ToolboxItemCollection System.Drawing.Design.IToolboxService.GetToolboxItems(string category, System.ComponentModel.Design.IDesignerHost host) { throw null; }
System.Drawing.Design.IToolboxService.IsSupported(object serializedObject, System.Collections.ICollection filterAttributes)225         bool System.Drawing.Design.IToolboxService.IsSupported(object serializedObject, System.Collections.ICollection filterAttributes) { throw null; }
System.Drawing.Design.IToolboxService.IsSupported(object serializedObject, System.ComponentModel.Design.IDesignerHost host)226         bool System.Drawing.Design.IToolboxService.IsSupported(object serializedObject, System.ComponentModel.Design.IDesignerHost host) { throw null; }
System.Drawing.Design.IToolboxService.IsToolboxItem(object serializedObject)227         bool System.Drawing.Design.IToolboxService.IsToolboxItem(object serializedObject) { throw null; }
System.Drawing.Design.IToolboxService.IsToolboxItem(object serializedObject, System.ComponentModel.Design.IDesignerHost host)228         bool System.Drawing.Design.IToolboxService.IsToolboxItem(object serializedObject, System.ComponentModel.Design.IDesignerHost host) { throw null; }
System.Drawing.Design.IToolboxService.Refresh()229         void System.Drawing.Design.IToolboxService.Refresh() { }
System.Drawing.Design.IToolboxService.RemoveCreator(string format)230         void System.Drawing.Design.IToolboxService.RemoveCreator(string format) { }
System.Drawing.Design.IToolboxService.RemoveCreator(string format, System.ComponentModel.Design.IDesignerHost host)231         void System.Drawing.Design.IToolboxService.RemoveCreator(string format, System.ComponentModel.Design.IDesignerHost host) { }
System.Drawing.Design.IToolboxService.RemoveToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem)232         void System.Drawing.Design.IToolboxService.RemoveToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem) { }
System.Drawing.Design.IToolboxService.RemoveToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category)233         void System.Drawing.Design.IToolboxService.RemoveToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category) { }
System.Drawing.Design.IToolboxService.SelectedToolboxItemUsed()234         void System.Drawing.Design.IToolboxService.SelectedToolboxItemUsed() { }
System.Drawing.Design.IToolboxService.SerializeToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem)235         object System.Drawing.Design.IToolboxService.SerializeToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem) { throw null; }
System.Drawing.Design.IToolboxService.SetCursor()236         bool System.Drawing.Design.IToolboxService.SetCursor() { throw null; }
System.Drawing.Design.IToolboxService.SetSelectedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem)237         void System.Drawing.Design.IToolboxService.SetSelectedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem) { }
238         [System.MonoTODOAttribute]
UnloadToolboxItems()239         public static void UnloadToolboxItems() { }
240     }
241 }
242