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