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)(258))] 8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")] 9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")] 10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Windows.Forms.dll")] 11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Windows.Forms.dll")] 12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")] 13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")] 14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")] 15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Windows.Forms.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.DependencyAttribute("System,", (System.Runtime.CompilerServices.LoadHint)(1))] 20 [assembly:System.Runtime.CompilerServices.DependencyAttribute("System.Drawing,", (System.Runtime.CompilerServices.LoadHint)(1))] 21 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.WinformsSupport, PublicKey=00240000048000009400000006020000002400005253413100040000110000004bb98b1af6c1df0df8c02c380e116b7a7f0c8c827aecfccddc6e29b7c754cd608b49dfcef4df9699ad182e50f66afa4e68dabc7b6aeeec0aa4719a5f8e0aae8c193080a706adc3443a8356b1f254142034995532ac176398e12a30f6a74a119a89ac47672c9ae24d7e90de686557166e3b873cd707884431a0451d9d6f7fe795")] 22 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("UIAutomationWinforms, PublicKey=00240000048000009400000006020000002400005253413100040000110000004bb98b1af6c1df0df8c02c380e116b7a7f0c8c827aecfccddc6e29b7c754cd608b49dfcef4df9699ad182e50f66afa4e68dabc7b6aeeec0aa4719a5f8e0aae8c193080a706adc3443a8356b1f254142034995532ac176398e12a30f6a74a119a89ac47672c9ae24d7e90de686557166e3b873cd707884431a0451d9d6f7fe795")] 23 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute] 24 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)] 25 [assembly:System.Runtime.CompilerServices.StringFreezingAttribute] 26 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)] 27 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)] 28 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute] 29 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)] 30 namespace System 31 { 32 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 33 internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute 34 { MonoDocumentationNoteAttribute(string comment)35 public MonoDocumentationNoteAttribute(string comment) { } 36 } 37 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 38 internal partial class MonoExtensionAttribute : System.MonoTODOAttribute 39 { MonoExtensionAttribute(string comment)40 public MonoExtensionAttribute(string comment) { } 41 } 42 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 43 internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute 44 { MonoInternalNoteAttribute(string comment)45 public MonoInternalNoteAttribute(string comment) { } 46 } 47 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 48 internal partial class MonoLimitationAttribute : System.MonoTODOAttribute 49 { MonoLimitationAttribute(string comment)50 public MonoLimitationAttribute(string comment) { } 51 } 52 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 53 internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute 54 { MonoNotSupportedAttribute(string comment)55 public MonoNotSupportedAttribute(string comment) { } 56 } 57 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 58 internal partial class MonoTODOAttribute : System.Attribute 59 { MonoTODOAttribute()60 public MonoTODOAttribute() { } MonoTODOAttribute(string comment)61 public MonoTODOAttribute(string comment) { } 62 public string Comment { get { throw null; } } 63 } 64 } 65 namespace System.Resources 66 { 67 [System.SerializableAttribute] 68 public sealed partial class ResXDataNode : System.Runtime.Serialization.ISerializable 69 { ResXDataNode(string name, object value)70 public ResXDataNode(string name, object value) { } ResXDataNode(string name, object value, System.Func<System.Type, string> typeNameConverter)71 public ResXDataNode(string name, object value, System.Func<System.Type, string> typeNameConverter) { } ResXDataNode(string name, System.Resources.ResXFileRef fileRef)72 public ResXDataNode(string name, System.Resources.ResXFileRef fileRef) { } ResXDataNode(string name, System.Resources.ResXFileRef fileRef, System.Func<System.Type, string> typeNameConverter)73 public ResXDataNode(string name, System.Resources.ResXFileRef fileRef, System.Func<System.Type, string> typeNameConverter) { } 74 public string Comment { get { throw null; } set { } } 75 public System.Resources.ResXFileRef FileRef { get { throw null; } } 76 public string Name { get { throw null; } set { } } GetNodePosition()77 public System.Drawing.Point GetNodePosition() { throw null; } GetValue(System.ComponentModel.Design.ITypeResolutionService typeResolver)78 public object GetValue(System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; } GetValue(System.Reflection.AssemblyName[] names)79 public object GetValue(System.Reflection.AssemblyName[] names) { throw null; } GetValueTypeName(System.ComponentModel.Design.ITypeResolutionService typeResolver)80 public string GetValueTypeName(System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; } GetValueTypeName(System.Reflection.AssemblyName[] names)81 public string GetValueTypeName(System.Reflection.AssemblyName[] names) { throw null; } System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)82 void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { } 83 } 84 [System.ComponentModel.TypeConverterAttribute(typeof(System.Resources.ResXFileRef.Converter))] 85 [System.SerializableAttribute] 86 public partial class ResXFileRef 87 { ResXFileRef(string fileName, string typeName)88 public ResXFileRef(string fileName, string typeName) { } ResXFileRef(string fileName, string typeName, System.Text.Encoding textFileEncoding)89 public ResXFileRef(string fileName, string typeName, System.Text.Encoding textFileEncoding) { } 90 public string FileName { get { throw null; } } 91 public System.Text.Encoding TextFileEncoding { get { throw null; } } 92 public string TypeName { get { throw null; } } ToString()93 public override string ToString() { throw null; } 94 public partial class Converter : System.ComponentModel.TypeConverter 95 { Converter()96 public Converter() { } CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)97 public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; } CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)98 public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; } ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)99 public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; } ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)100 public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; } 101 } 102 } 103 public partial class ResXResourceReader : System.Collections.IEnumerable, System.IDisposable, System.Resources.IResourceReader 104 { ResXResourceReader(System.IO.Stream stream)105 public ResXResourceReader(System.IO.Stream stream) { } ResXResourceReader(System.IO.Stream stream, System.ComponentModel.Design.ITypeResolutionService typeResolver)106 public ResXResourceReader(System.IO.Stream stream, System.ComponentModel.Design.ITypeResolutionService typeResolver) { } ResXResourceReader(System.IO.Stream stream, System.Reflection.AssemblyName[] assemblyNames)107 public ResXResourceReader(System.IO.Stream stream, System.Reflection.AssemblyName[] assemblyNames) { } ResXResourceReader(System.IO.TextReader reader)108 public ResXResourceReader(System.IO.TextReader reader) { } ResXResourceReader(System.IO.TextReader reader, System.ComponentModel.Design.ITypeResolutionService typeResolver)109 public ResXResourceReader(System.IO.TextReader reader, System.ComponentModel.Design.ITypeResolutionService typeResolver) { } ResXResourceReader(System.IO.TextReader reader, System.Reflection.AssemblyName[] assemblyNames)110 public ResXResourceReader(System.IO.TextReader reader, System.Reflection.AssemblyName[] assemblyNames) { } ResXResourceReader(string fileName)111 public ResXResourceReader(string fileName) { } ResXResourceReader(string fileName, System.ComponentModel.Design.ITypeResolutionService typeResolver)112 public ResXResourceReader(string fileName, System.ComponentModel.Design.ITypeResolutionService typeResolver) { } ResXResourceReader(string fileName, System.Reflection.AssemblyName[] assemblyNames)113 public ResXResourceReader(string fileName, System.Reflection.AssemblyName[] assemblyNames) { } 114 public string BasePath { get { throw null; } set { } } 115 public bool UseResXDataNodes { get { throw null; } set { } } Close()116 public void Close() { } Dispose(bool disposing)117 protected virtual void Dispose(bool disposing) { } ~ResXResourceReader()118 ~ResXResourceReader() { } FromFileContents(string fileContents)119 public static System.Resources.ResXResourceReader FromFileContents(string fileContents) { throw null; } FromFileContents(string fileContents, System.ComponentModel.Design.ITypeResolutionService typeResolver)120 public static System.Resources.ResXResourceReader FromFileContents(string fileContents, System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; } FromFileContents(string fileContents, System.Reflection.AssemblyName[] assemblyNames)121 public static System.Resources.ResXResourceReader FromFileContents(string fileContents, System.Reflection.AssemblyName[] assemblyNames) { throw null; } GetEnumerator()122 public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; } GetMetadataEnumerator()123 public System.Collections.IDictionaryEnumerator GetMetadataEnumerator() { throw null; } System.Collections.IEnumerable.GetEnumerator()124 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } System.IDisposable.Dispose()125 void System.IDisposable.Dispose() { } 126 } 127 public partial class ResXResourceSet : System.Resources.ResourceSet 128 { ResXResourceSet(System.IO.Stream stream)129 public ResXResourceSet(System.IO.Stream stream) { } ResXResourceSet(string fileName)130 public ResXResourceSet(string fileName) { } GetDefaultReader()131 public override System.Type GetDefaultReader() { throw null; } GetDefaultWriter()132 public override System.Type GetDefaultWriter() { throw null; } 133 } 134 public partial class ResXResourceWriter : System.IDisposable, System.Resources.IResourceWriter 135 { 136 public static readonly string BinSerializedObjectMimeType; 137 public static readonly string ByteArraySerializedObjectMimeType; 138 public static readonly string DefaultSerializedObjectMimeType; 139 public static readonly string ResMimeType; 140 public static readonly string ResourceSchema; 141 public static readonly string SoapSerializedObjectMimeType; 142 public static readonly string Version; ResXResourceWriter(System.IO.Stream stream)143 public ResXResourceWriter(System.IO.Stream stream) { } ResXResourceWriter(System.IO.Stream stream, System.Func<System.Type, string> typeNameConverter)144 public ResXResourceWriter(System.IO.Stream stream, System.Func<System.Type, string> typeNameConverter) { } ResXResourceWriter(System.IO.TextWriter textWriter)145 public ResXResourceWriter(System.IO.TextWriter textWriter) { } ResXResourceWriter(System.IO.TextWriter textWriter, System.Func<System.Type, string> typeNameConverter)146 public ResXResourceWriter(System.IO.TextWriter textWriter, System.Func<System.Type, string> typeNameConverter) { } ResXResourceWriter(string fileName)147 public ResXResourceWriter(string fileName) { } ResXResourceWriter(string fileName, System.Func<System.Type, string> typeNameConverter)148 public ResXResourceWriter(string fileName, System.Func<System.Type, string> typeNameConverter) { } 149 public string BasePath { get { throw null; } set { } } 150 [System.MonoTODOAttribute("Stub, not implemented")] AddAlias(string aliasName, System.Reflection.AssemblyName assemblyName)151 public virtual void AddAlias(string aliasName, System.Reflection.AssemblyName assemblyName) { } AddMetadata(string name, byte[] value)152 public void AddMetadata(string name, byte[] value) { } AddMetadata(string name, object value)153 public void AddMetadata(string name, object value) { } AddMetadata(string name, string value)154 public void AddMetadata(string name, string value) { } AddResource(System.Resources.ResXDataNode node)155 public void AddResource(System.Resources.ResXDataNode node) { } AddResource(string name, byte[] value)156 public void AddResource(string name, byte[] value) { } AddResource(string name, object value)157 public void AddResource(string name, object value) { } AddResource(string name, string value)158 public void AddResource(string name, string value) { } Close()159 public void Close() { } Dispose()160 public virtual void Dispose() { } Dispose(bool disposing)161 protected virtual void Dispose(bool disposing) { } ~ResXResourceWriter()162 ~ResXResourceWriter() { } Generate()163 public void Generate() { } 164 } 165 } 166 namespace System.Windows.Forms 167 { 168 public enum AccessibleEvents 169 { 170 AcceleratorChange = 32786, 171 Create = 32768, 172 DefaultActionChange = 32785, 173 DescriptionChange = 32781, 174 Destroy = 32769, 175 Focus = 32773, 176 HelpChange = 32784, 177 Hide = 32771, 178 LocationChange = 32779, 179 NameChange = 32780, 180 ParentChange = 32783, 181 Reorder = 32772, 182 Selection = 32774, 183 SelectionAdd = 32775, 184 SelectionRemove = 32776, 185 SelectionWithin = 32777, 186 Show = 32770, 187 StateChange = 32778, 188 SystemAlert = 2, 189 SystemCaptureEnd = 9, 190 SystemCaptureStart = 8, 191 SystemContextHelpEnd = 13, 192 SystemContextHelpStart = 12, 193 SystemDialogEnd = 17, 194 SystemDialogStart = 16, 195 SystemDragDropEnd = 15, 196 SystemDragDropStart = 14, 197 SystemForeground = 3, 198 SystemMenuEnd = 5, 199 SystemMenuPopupEnd = 7, 200 SystemMenuPopupStart = 6, 201 SystemMenuStart = 4, 202 SystemMinimizeEnd = 23, 203 SystemMinimizeStart = 22, 204 SystemMoveSizeEnd = 11, 205 SystemMoveSizeStart = 10, 206 SystemScrollingEnd = 19, 207 SystemScrollingStart = 18, 208 SystemSound = 1, 209 SystemSwitchEnd = 21, 210 SystemSwitchStart = 20, 211 ValueChange = 32782, 212 } 213 public enum AccessibleNavigation 214 { 215 Down = 2, 216 FirstChild = 7, 217 LastChild = 8, 218 Left = 3, 219 Next = 5, 220 Previous = 6, 221 Right = 4, 222 Up = 1, 223 } 224 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 225 public partial class AccessibleObject : System.Runtime.InteropServices.StandardOleMarshalObject, Accessibility.IAccessible, System.Reflection.IReflect 226 { AccessibleObject()227 public AccessibleObject() { } 228 int Accessibility.IAccessible.accChildCount { get { throw null; } } 229 object Accessibility.IAccessible.accFocus { get { throw null; } } 230 object Accessibility.IAccessible.accParent { get { throw null; } } 231 object Accessibility.IAccessible.accSelection { get { throw null; } } 232 public virtual System.Drawing.Rectangle Bounds { get { throw null; } } 233 public virtual string DefaultAction { get { throw null; } } 234 public virtual string Description { get { throw null; } } 235 public virtual string Help { get { throw null; } } 236 public virtual string KeyboardShortcut { get { throw null; } } 237 public virtual string Name { get { throw null; } set { } } 238 public virtual System.Windows.Forms.AccessibleObject Parent { get { throw null; } } 239 public virtual System.Windows.Forms.AccessibleRole Role { get { throw null; } } 240 public virtual System.Windows.Forms.AccessibleStates State { get { throw null; } } 241 System.Type System.Reflection.IReflect.UnderlyingSystemType { get { throw null; } } 242 public virtual string Value { get { throw null; } set { } } Accessibility.IAccessible.accDoDefaultAction(object childID)243 void Accessibility.IAccessible.accDoDefaultAction(object childID) { } Accessibility.IAccessible.accHitTest(int xLeft, int yTop)244 object Accessibility.IAccessible.accHitTest(int xLeft, int yTop) { throw null; } Accessibility.IAccessible.accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childID)245 void Accessibility.IAccessible.accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childID) { pxLeft = default(int); pyTop = default(int); pcxWidth = default(int); pcyHeight = default(int); } Accessibility.IAccessible.accNavigate(int navDir, object childID)246 object Accessibility.IAccessible.accNavigate(int navDir, object childID) { throw null; } Accessibility.IAccessible.accSelect(int flagsSelect, object childID)247 void Accessibility.IAccessible.accSelect(int flagsSelect, object childID) { } Accessibility.IAccessible.get_accChild(object childID)248 object Accessibility.IAccessible.get_accChild(object childID) { throw null; } Accessibility.IAccessible.get_accDefaultAction(object childID)249 string Accessibility.IAccessible.get_accDefaultAction(object childID) { throw null; } Accessibility.IAccessible.get_accDescription(object childID)250 string Accessibility.IAccessible.get_accDescription(object childID) { throw null; } Accessibility.IAccessible.get_accHelp(object childID)251 string Accessibility.IAccessible.get_accHelp(object childID) { throw null; } Accessibility.IAccessible.get_accHelpTopic(out string pszHelpFile, object childID)252 int Accessibility.IAccessible.get_accHelpTopic(out string pszHelpFile, object childID) { pszHelpFile = default(string); throw null; } Accessibility.IAccessible.get_accKeyboardShortcut(object childID)253 string Accessibility.IAccessible.get_accKeyboardShortcut(object childID) { throw null; } Accessibility.IAccessible.get_accName(object childID)254 string Accessibility.IAccessible.get_accName(object childID) { throw null; } Accessibility.IAccessible.get_accRole(object childID)255 object Accessibility.IAccessible.get_accRole(object childID) { throw null; } Accessibility.IAccessible.get_accState(object childID)256 object Accessibility.IAccessible.get_accState(object childID) { throw null; } Accessibility.IAccessible.get_accValue(object childID)257 string Accessibility.IAccessible.get_accValue(object childID) { throw null; } Accessibility.IAccessible.set_accName(object childID, string newName)258 void Accessibility.IAccessible.set_accName(object childID, string newName) { } Accessibility.IAccessible.set_accValue(object childID, string newValue)259 void Accessibility.IAccessible.set_accValue(object childID, string newValue) { } DoDefaultAction()260 public virtual void DoDefaultAction() { } GetChild(int index)261 public virtual System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; } GetChildCount()262 public virtual int GetChildCount() { throw null; } GetFocused()263 public virtual System.Windows.Forms.AccessibleObject GetFocused() { throw null; } GetHelpTopic(out string fileName)264 public virtual int GetHelpTopic(out string fileName) { fileName = default(string); throw null; } GetSelected()265 public virtual System.Windows.Forms.AccessibleObject GetSelected() { throw null; } HitTest(int x, int y)266 public virtual System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; } Navigate(System.Windows.Forms.AccessibleNavigation navdir)267 public virtual System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navdir) { throw null; } Select(System.Windows.Forms.AccessibleSelection flags)268 public virtual void Select(System.Windows.Forms.AccessibleSelection flags) { } System.Reflection.IReflect.GetField(string name, System.Reflection.BindingFlags bindingAttr)269 System.Reflection.FieldInfo System.Reflection.IReflect.GetField(string name, System.Reflection.BindingFlags bindingAttr) { throw null; } System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags bindingAttr)270 System.Reflection.FieldInfo[] System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags bindingAttr) { throw null; } System.Reflection.IReflect.GetMember(string name, System.Reflection.BindingFlags bindingAttr)271 System.Reflection.MemberInfo[] System.Reflection.IReflect.GetMember(string name, System.Reflection.BindingFlags bindingAttr) { throw null; } System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags bindingAttr)272 System.Reflection.MemberInfo[] System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags bindingAttr) { throw null; } System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr)273 System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr) { throw null; } System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)274 System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) { throw null; } System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags bindingAttr)275 System.Reflection.MethodInfo[] System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags bindingAttr) { throw null; } System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags bindingAttr)276 System.Reflection.PropertyInfo[] System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; } System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr)277 System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr) { throw null; } System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)278 System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) { throw null; } System.Reflection.IReflect.InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters)279 object System.Reflection.IReflect.InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters) { throw null; } UseStdAccessibleObjects(System.IntPtr handle)280 protected void UseStdAccessibleObjects(System.IntPtr handle) { } UseStdAccessibleObjects(System.IntPtr handle, int objid)281 protected void UseStdAccessibleObjects(System.IntPtr handle, int objid) { } 282 } 283 public enum AccessibleRole 284 { 285 Alert = 8, 286 Animation = 54, 287 Application = 14, 288 Border = 19, 289 ButtonDropDown = 56, 290 ButtonDropDownGrid = 58, 291 ButtonMenu = 57, 292 Caret = 7, 293 Cell = 29, 294 Character = 32, 295 Chart = 17, 296 CheckButton = 44, 297 Client = 10, 298 Clock = 61, 299 Column = 27, 300 ColumnHeader = 25, 301 ComboBox = 46, 302 Cursor = 6, 303 Default = -1, 304 Diagram = 53, 305 Dial = 49, 306 Dialog = 18, 307 Document = 15, 308 DropList = 47, 309 Equation = 55, 310 Graphic = 40, 311 Grip = 4, 312 Grouping = 20, 313 HelpBalloon = 31, 314 HotkeyField = 50, 315 Indicator = 39, 316 IpAddress = 63, 317 Link = 30, 318 List = 33, 319 ListItem = 34, 320 MenuBar = 2, 321 MenuItem = 12, 322 MenuPopup = 11, 323 None = 0, 324 Outline = 35, 325 OutlineButton = 64, 326 OutlineItem = 36, 327 PageTab = 37, 328 PageTabList = 60, 329 Pane = 16, 330 ProgressBar = 48, 331 PropertyPage = 38, 332 PushButton = 43, 333 RadioButton = 45, 334 Row = 28, 335 RowHeader = 26, 336 ScrollBar = 3, 337 Separator = 21, 338 Slider = 51, 339 Sound = 5, 340 SpinButton = 52, 341 SplitButton = 62, 342 StaticText = 41, 343 StatusBar = 23, 344 Table = 24, 345 Text = 42, 346 TitleBar = 1, 347 ToolBar = 22, 348 ToolTip = 13, 349 WhiteSpace = 59, 350 Window = 9, 351 } 352 [System.FlagsAttribute] 353 public enum AccessibleSelection 354 { 355 AddSelection = 8, 356 ExtendSelection = 4, 357 None = 0, 358 RemoveSelection = 16, 359 TakeFocus = 1, 360 TakeSelection = 2, 361 } 362 [System.FlagsAttribute] 363 public enum AccessibleStates 364 { 365 AlertHigh = 268435456, 366 AlertLow = 67108864, 367 AlertMedium = 134217728, 368 Animated = 16384, 369 Busy = 2048, 370 Checked = 16, 371 Collapsed = 1024, 372 Default = 256, 373 Expanded = 512, 374 ExtSelectable = 33554432, 375 Floating = 4096, 376 Focusable = 1048576, 377 Focused = 4, 378 HasPopup = 1073741824, 379 HotTracked = 128, 380 Indeterminate = 32, 381 Invisible = 32768, 382 Linked = 4194304, 383 Marqueed = 8192, 384 Mixed = 32, 385 Moveable = 262144, 386 MultiSelectable = 16777216, 387 None = 0, 388 Offscreen = 65536, 389 Pressed = 8, 390 Protected = 536870912, 391 ReadOnly = 64, 392 Selectable = 2097152, 393 Selected = 2, 394 SelfVoicing = 524288, 395 Sizeable = 131072, 396 Traversed = 8388608, 397 Unavailable = 1, 398 [System.ObsoleteAttribute] 399 Valid = 1073741823, 400 } 401 public sealed partial class AmbientProperties 402 { AmbientProperties()403 public AmbientProperties() { } 404 public System.Drawing.Color BackColor { get { throw null; } set { } } 405 public System.Windows.Forms.Cursor Cursor { get { throw null; } set { } } 406 public System.Drawing.Font Font { get { throw null; } set { } } 407 public System.Drawing.Color ForeColor { get { throw null; } set { } } 408 } 409 [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.AnchorEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))] 410 [System.FlagsAttribute] 411 public enum AnchorStyles 412 { 413 Bottom = 2, 414 Left = 4, 415 None = 0, 416 Right = 8, 417 Top = 1, 418 } 419 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 420 public enum Appearance 421 { 422 Button = 1, 423 Normal = 0, 424 } 425 public sealed partial class Application 426 { Application()427 internal Application() { } 428 public static bool AllowQuit { get { throw null; } } 429 public static string CommonAppDataPath { get { throw null; } } 430 public static Microsoft.Win32.RegistryKey CommonAppDataRegistry { get { throw null; } } 431 public static string CompanyName { get { throw null; } } 432 public static System.Globalization.CultureInfo CurrentCulture { get { throw null; } set { } } 433 public static System.Windows.Forms.InputLanguage CurrentInputLanguage { get { throw null; } set { } } 434 public static string ExecutablePath { get { throw null; } } 435 public static string LocalUserAppDataPath { get { throw null; } } 436 public static bool MessageLoop { get { throw null; } } 437 public static System.Windows.Forms.FormCollection OpenForms { get { throw null; } } 438 public static string ProductName { get { throw null; } } 439 public static string ProductVersion { get { throw null; } } 440 public static bool RenderWithVisualStyles { get { throw null; } } 441 public static string SafeTopLevelCaptionFormat { get { throw null; } set { } } 442 public static string StartupPath { get { throw null; } } 443 public static string UserAppDataPath { get { throw null; } } 444 public static Microsoft.Win32.RegistryKey UserAppDataRegistry { get { throw null; } } 445 public static bool UseWaitCursor { get { throw null; } set { } } 446 public static System.Windows.Forms.VisualStyles.VisualStyleState VisualStyleState { get { throw null; } set { } } 447 public static event System.EventHandler ApplicationExit { add { } remove { } } 448 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 449 [System.MonoTODOAttribute] 450 public static event System.EventHandler EnterThreadModal { add { } remove { } } 451 public static event System.EventHandler Idle { add { } remove { } } 452 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 453 [System.MonoTODOAttribute] 454 public static event System.EventHandler LeaveThreadModal { add { } remove { } } 455 public static event System.Threading.ThreadExceptionEventHandler ThreadException { add { } remove { } } 456 public static event System.EventHandler ThreadExit { add { } remove { } } AddMessageFilter(System.Windows.Forms.IMessageFilter value)457 public static void AddMessageFilter(System.Windows.Forms.IMessageFilter value) { } DoEvents()458 public static void DoEvents() { } EnableVisualStyles()459 public static void EnableVisualStyles() { } Exit()460 public static void Exit() { } 461 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] Exit(System.ComponentModel.CancelEventArgs e)462 public static void Exit(System.ComponentModel.CancelEventArgs e) { } ExitThread()463 public static void ExitThread() { } 464 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] FilterMessage(ref System.Windows.Forms.Message message)465 public static bool FilterMessage(ref System.Windows.Forms.Message message) { throw null; } OleRequired()466 public static System.Threading.ApartmentState OleRequired() { throw null; } OnThreadException(System.Exception t)467 public static void OnThreadException(System.Exception t) { } 468 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RaiseIdle(System.EventArgs e)469 public static void RaiseIdle(System.EventArgs e) { } 470 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 471 [System.MonoNotSupportedAttribute("Only applies when Winforms is being hosted by an unmanaged app.")] RegisterMessageLoop(System.Windows.Forms.Application.MessageLoopCallback callback)472 public static void RegisterMessageLoop(System.Windows.Forms.Application.MessageLoopCallback callback) { } RemoveMessageFilter(System.Windows.Forms.IMessageFilter value)473 public static void RemoveMessageFilter(System.Windows.Forms.IMessageFilter value) { } Restart()474 public static void Restart() { } Run()475 public static void Run() { } Run(System.Windows.Forms.ApplicationContext context)476 public static void Run(System.Windows.Forms.ApplicationContext context) { } Run(System.Windows.Forms.Form mainForm)477 public static void Run(System.Windows.Forms.Form mainForm) { } SetCompatibleTextRenderingDefault(bool defaultValue)478 public static void SetCompatibleTextRenderingDefault(bool defaultValue) { } 479 [System.MonoNotSupportedAttribute("Empty stub.")] SetSuspendState(System.Windows.Forms.PowerState state, bool force, bool disableWakeEvent)480 public static bool SetSuspendState(System.Windows.Forms.PowerState state, bool force, bool disableWakeEvent) { throw null; } 481 [System.MonoNotSupportedAttribute("Empty stub.")] SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode)482 public static void SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode) { } 483 [System.MonoNotSupportedAttribute("Empty stub.")] SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode, bool threadScope)484 public static void SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode, bool threadScope) { } 485 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 486 [System.MonoNotSupportedAttribute("Only applies when Winforms is being hosted by an unmanaged app.")] UnregisterMessageLoop()487 public static void UnregisterMessageLoop() { } 488 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] MessageLoopCallback()489 public delegate bool MessageLoopCallback(); 490 } 491 public partial class ApplicationContext : System.IDisposable 492 { ApplicationContext()493 public ApplicationContext() { } ApplicationContext(System.Windows.Forms.Form mainForm)494 public ApplicationContext(System.Windows.Forms.Form mainForm) { } 495 public System.Windows.Forms.Form MainForm { get { throw null; } set { } } 496 [System.ComponentModel.BindableAttribute(true)] 497 [System.ComponentModel.DefaultValueAttribute(null)] 498 [System.ComponentModel.LocalizableAttribute(false)] 499 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))] 500 public object Tag { get { throw null; } set { } } 501 public event System.EventHandler ThreadExit { add { } remove { } } Dispose()502 public void Dispose() { } Dispose(bool disposing)503 protected virtual void Dispose(bool disposing) { } ExitThread()504 public void ExitThread() { } ExitThreadCore()505 protected virtual void ExitThreadCore() { } ~ApplicationContext()506 ~ApplicationContext() { } OnMainFormClosed(object sender, System.EventArgs e)507 protected virtual void OnMainFormClosed(object sender, System.EventArgs e) { } 508 } 509 [System.FlagsAttribute] 510 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 511 public enum ArrangeDirection 512 { 513 Down = 4, 514 Left = 0, 515 Right = 0, 516 Up = 4, 517 } 518 [System.FlagsAttribute] 519 public enum ArrangeStartingPosition 520 { 521 BottomLeft = 0, 522 BottomRight = 1, 523 Hide = 8, 524 TopLeft = 2, 525 TopRight = 3, 526 } 527 public enum ArrowDirection 528 { 529 Down = 17, 530 Left = 0, 531 Right = 16, 532 Up = 1, 533 } 534 public enum AutoCompleteMode 535 { 536 Append = 2, 537 None = 0, 538 Suggest = 1, 539 SuggestAppend = 3, 540 } 541 public enum AutoCompleteSource 542 { 543 AllSystemSources = 7, 544 AllUrl = 6, 545 CustomSource = 64, 546 FileSystem = 1, 547 FileSystemDirectories = 32, 548 HistoryList = 2, 549 ListItems = 256, 550 None = 128, 551 RecentlyUsedList = 4, 552 } 553 public partial class AutoCompleteStringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList 554 { AutoCompleteStringCollection()555 public AutoCompleteStringCollection() { } 556 public int Count { get { throw null; } } 557 public bool IsReadOnly { get { throw null; } } 558 public bool IsSynchronized { get { throw null; } } 559 public string this[int index] { get { throw null; } set { } } 560 public object SyncRoot { get { throw null; } } 561 bool System.Collections.IList.IsFixedSize { get { throw null; } } 562 bool System.Collections.IList.IsReadOnly { get { throw null; } } 563 object System.Collections.IList.this[int index] { get { throw null; } set { } } 564 public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } } Add(string value)565 public int Add(string value) { throw null; } AddRange(string[] value)566 public void AddRange(string[] value) { } Clear()567 public void Clear() { } Contains(string value)568 public bool Contains(string value) { throw null; } CopyTo(string[] array, int index)569 public void CopyTo(string[] array, int index) { } GetEnumerator()570 public System.Collections.IEnumerator GetEnumerator() { throw null; } IndexOf(string value)571 public int IndexOf(string value) { throw null; } Insert(int index, string value)572 public void Insert(int index, string value) { } OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)573 protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { } Remove(string value)574 public void Remove(string value) { } RemoveAt(int index)575 public void RemoveAt(int index) { } System.Collections.ICollection.CopyTo(System.Array array, int index)576 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } System.Collections.IList.Add(object value)577 int System.Collections.IList.Add(object value) { throw null; } System.Collections.IList.Contains(object value)578 bool System.Collections.IList.Contains(object value) { throw null; } System.Collections.IList.IndexOf(object value)579 int System.Collections.IList.IndexOf(object value) { throw null; } System.Collections.IList.Insert(int index, object value)580 void System.Collections.IList.Insert(int index, object value) { } System.Collections.IList.Remove(object value)581 void System.Collections.IList.Remove(object value) { } 582 } 583 public enum AutoScaleMode 584 { 585 Dpi = 2, 586 Font = 1, 587 Inherit = 3, 588 None = 0, 589 } 590 public enum AutoSizeMode 591 { 592 GrowAndShrink = 0, 593 GrowOnly = 1, 594 } 595 public enum AutoValidate 596 { 597 Disable = 0, 598 EnableAllowFocusChange = 2, 599 EnablePreventFocusChange = 1, 600 Inherit = -1, 601 } 602 [System.ComponentModel.DefaultEventAttribute("Enter")] 603 [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.AxHostDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")] 604 [System.ComponentModel.DesignTimeVisibleAttribute(false)] 605 [System.ComponentModel.ToolboxItemAttribute(false)] 606 [System.MonoTODOAttribute("Possibly implement this for Win32; find a way for Linux and Mac")] 607 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 608 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 609 public abstract partial class AxHost : System.Windows.Forms.Control, System.ComponentModel.ICustomTypeDescriptor, System.ComponentModel.ISupportInitialize 610 { AxHost(string clsid)611 protected AxHost(string clsid) { } AxHost(string clsid, int flags)612 protected AxHost(string clsid, int flags) { } 613 [System.ComponentModel.BrowsableAttribute(false)] 614 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 615 public override System.Drawing.Color BackColor { get { throw null; } set { } } 616 [System.ComponentModel.BrowsableAttribute(false)] 617 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))] 618 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 619 public override System.Drawing.Image BackgroundImage { get { throw null; } set { } } 620 [System.ComponentModel.BrowsableAttribute(false)] 621 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))] 622 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 623 public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } } 624 [System.ComponentModel.BrowsableAttribute(false)] 625 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))] 626 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 627 public System.Windows.Forms.ContainerControl ContainingControl { get { throw null; } set { } } 628 [System.ComponentModel.BrowsableAttribute(false)] 629 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 630 public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } } 631 protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } } 632 [System.ComponentModel.BrowsableAttribute(false)] 633 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 634 public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } } 635 protected override System.Drawing.Size DefaultSize { get { throw null; } } 636 [System.ComponentModel.BrowsableAttribute(false)] 637 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))] 638 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 639 public bool EditMode { get { throw null; } } 640 [System.ComponentModel.BrowsableAttribute(false)] 641 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 642 public virtual new bool Enabled { get { throw null; } set { } } 643 [System.ComponentModel.BrowsableAttribute(false)] 644 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 645 public override System.Drawing.Font Font { get { throw null; } set { } } 646 [System.ComponentModel.BrowsableAttribute(false)] 647 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 648 public override System.Drawing.Color ForeColor { get { throw null; } set { } } 649 [System.ComponentModel.BrowsableAttribute(false)] 650 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))] 651 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 652 public bool HasAboutBox { get { throw null; } } 653 [System.ComponentModel.BrowsableAttribute(false)] 654 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))] 655 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 656 public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } } 657 [System.ComponentModel.BrowsableAttribute(false)] 658 [System.ComponentModel.DefaultValueAttribute(null)] 659 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 660 [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))] 661 public System.Windows.Forms.AxHost.State OcxState { get { throw null; } set { } } 662 [System.ComponentModel.BrowsableAttribute(false)] 663 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 664 [System.ComponentModel.LocalizableAttribute(true)] 665 public virtual new bool RightToLeft { get { throw null; } set { } } 666 public override System.ComponentModel.ISite Site { set { } } 667 [System.ComponentModel.BrowsableAttribute(false)] 668 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 669 public override string Text { get { throw null; } set { } } 670 [System.ComponentModel.BrowsableAttribute(false)] 671 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 672 public new event System.EventHandler BackColorChanged { add { } remove { } } 673 [System.ComponentModel.BrowsableAttribute(false)] 674 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 675 public new event System.EventHandler BackgroundImageChanged { add { } remove { } } 676 [System.ComponentModel.BrowsableAttribute(false)] 677 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 678 public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } } 679 [System.ComponentModel.BrowsableAttribute(false)] 680 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 681 public new event System.EventHandler BindingContextChanged { add { } remove { } } 682 [System.ComponentModel.BrowsableAttribute(false)] 683 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 684 public new event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } } 685 [System.ComponentModel.BrowsableAttribute(false)] 686 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 687 public new event System.EventHandler Click { add { } remove { } } 688 [System.ComponentModel.BrowsableAttribute(false)] 689 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 690 public new event System.EventHandler ContextMenuChanged { add { } remove { } } 691 [System.ComponentModel.BrowsableAttribute(false)] 692 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 693 public new event System.EventHandler CursorChanged { add { } remove { } } 694 [System.ComponentModel.BrowsableAttribute(false)] 695 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 696 public new event System.EventHandler DoubleClick { add { } remove { } } 697 [System.ComponentModel.BrowsableAttribute(false)] 698 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 699 public new event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } } 700 [System.ComponentModel.BrowsableAttribute(false)] 701 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 702 public new event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } } 703 [System.ComponentModel.BrowsableAttribute(false)] 704 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 705 public new event System.EventHandler DragLeave { add { } remove { } } 706 [System.ComponentModel.BrowsableAttribute(false)] 707 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 708 public new event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } } 709 [System.ComponentModel.BrowsableAttribute(false)] 710 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 711 public new event System.EventHandler EnabledChanged { add { } remove { } } 712 [System.ComponentModel.BrowsableAttribute(false)] 713 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 714 public new event System.EventHandler FontChanged { add { } remove { } } 715 [System.ComponentModel.BrowsableAttribute(false)] 716 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 717 public new event System.EventHandler ForeColorChanged { add { } remove { } } 718 [System.ComponentModel.BrowsableAttribute(false)] 719 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 720 public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } } 721 [System.ComponentModel.BrowsableAttribute(false)] 722 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 723 public new event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } } 724 [System.ComponentModel.BrowsableAttribute(false)] 725 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 726 public new event System.EventHandler ImeModeChanged { add { } remove { } } 727 [System.ComponentModel.BrowsableAttribute(false)] 728 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 729 public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } } 730 [System.ComponentModel.BrowsableAttribute(false)] 731 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 732 public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } } 733 [System.ComponentModel.BrowsableAttribute(false)] 734 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 735 public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } } 736 [System.ComponentModel.BrowsableAttribute(false)] 737 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 738 public new event System.Windows.Forms.LayoutEventHandler Layout { add { } remove { } } 739 [System.ComponentModel.BrowsableAttribute(false)] 740 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 741 public new event System.EventHandler MouseClick { add { } remove { } } 742 [System.ComponentModel.BrowsableAttribute(false)] 743 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 744 public new event System.EventHandler MouseDoubleClick { add { } remove { } } 745 [System.ComponentModel.BrowsableAttribute(false)] 746 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 747 public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } } 748 [System.ComponentModel.BrowsableAttribute(false)] 749 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 750 public new event System.EventHandler MouseEnter { add { } remove { } } 751 [System.ComponentModel.BrowsableAttribute(false)] 752 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 753 public new event System.EventHandler MouseHover { add { } remove { } } 754 [System.ComponentModel.BrowsableAttribute(false)] 755 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 756 public new event System.EventHandler MouseLeave { add { } remove { } } 757 [System.ComponentModel.BrowsableAttribute(false)] 758 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 759 public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } } 760 [System.ComponentModel.BrowsableAttribute(false)] 761 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 762 public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } } 763 [System.ComponentModel.BrowsableAttribute(false)] 764 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 765 public new event System.Windows.Forms.MouseEventHandler MouseWheel { add { } remove { } } 766 [System.ComponentModel.BrowsableAttribute(false)] 767 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 768 public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } } 769 [System.ComponentModel.BrowsableAttribute(false)] 770 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 771 public new event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } } 772 [System.ComponentModel.BrowsableAttribute(false)] 773 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 774 public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } } 775 [System.ComponentModel.BrowsableAttribute(false)] 776 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 777 public new event System.EventHandler RightToLeftChanged { add { } remove { } } 778 [System.ComponentModel.BrowsableAttribute(false)] 779 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 780 public new event System.EventHandler StyleChanged { add { } remove { } } 781 [System.ComponentModel.BrowsableAttribute(false)] 782 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 783 public new event System.EventHandler TextChanged { add { } remove { } } AttachInterfaces()784 protected virtual void AttachInterfaces() { } 785 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 786 [System.MonoTODOAttribute] BeginInit()787 public void BeginInit() { } CreateHandle()788 protected override void CreateHandle() { } CreateInstanceCore(System.Guid clsid)789 protected virtual object CreateInstanceCore(System.Guid clsid) { throw null; } 790 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] CreateSink()791 protected virtual void CreateSink() { } DestroyHandle()792 protected override void DestroyHandle() { } 793 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] DetachSink()794 protected virtual void DetachSink() { } Dispose(bool disposing)795 protected override void Dispose(bool disposing) { } DoVerb(int verb)796 public void DoVerb(int verb) { } 797 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds)798 public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { } 799 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 800 [System.MonoTODOAttribute] EndInit()801 public void EndInit() { } 802 [System.CLSCompliantAttribute(false)] 803 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetColorFromOleColor(uint color)804 protected static System.Drawing.Color GetColorFromOleColor(uint color) { throw null; } 805 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetFontFromIFont(object font)806 protected static System.Drawing.Font GetFontFromIFont(object font) { throw null; } 807 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetFontFromIFontDisp(object font)808 protected static System.Drawing.Font GetFontFromIFontDisp(object font) { throw null; } 809 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetIFontDispFromFont(System.Drawing.Font font)810 protected static object GetIFontDispFromFont(System.Drawing.Font font) { throw null; } 811 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetIFontFromFont(System.Drawing.Font font)812 protected static object GetIFontFromFont(System.Drawing.Font font) { throw null; } 813 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetIPictureDispFromPicture(System.Drawing.Image image)814 protected static object GetIPictureDispFromPicture(System.Drawing.Image image) { throw null; } 815 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetIPictureFromCursor(System.Windows.Forms.Cursor cursor)816 protected static object GetIPictureFromCursor(System.Windows.Forms.Cursor cursor) { throw null; } 817 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetIPictureFromPicture(System.Drawing.Image image)818 protected static object GetIPictureFromPicture(System.Drawing.Image image) { throw null; } 819 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetOADateFromTime(System.DateTime time)820 protected static double GetOADateFromTime(System.DateTime time) { throw null; } 821 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetOcx()822 public object GetOcx() { throw null; } 823 [System.CLSCompliantAttribute(false)] 824 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetOleColorFromColor(System.Drawing.Color color)825 protected static uint GetOleColorFromColor(System.Drawing.Color color) { throw null; } 826 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetPictureFromIPicture(object picture)827 protected static System.Drawing.Image GetPictureFromIPicture(object picture) { throw null; } 828 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetPictureFromIPictureDisp(object picture)829 protected static System.Drawing.Image GetPictureFromIPictureDisp(object picture) { throw null; } 830 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)831 protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; } 832 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] GetTimeFromOADate(double date)833 protected static System.DateTime GetTimeFromOADate(double date) { throw null; } HasPropertyPages()834 public bool HasPropertyPages() { throw null; } 835 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] InvokeEditMode()836 public void InvokeEditMode() { } IsInputChar(char charCode)837 protected override bool IsInputChar(char charCode) { throw null; } 838 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] MakeDirty()839 public void MakeDirty() { } OnBackColorChanged(System.EventArgs e)840 protected override void OnBackColorChanged(System.EventArgs e) { } OnFontChanged(System.EventArgs e)841 protected override void OnFontChanged(System.EventArgs e) { } OnForeColorChanged(System.EventArgs e)842 protected override void OnForeColorChanged(System.EventArgs e) { } OnHandleCreated(System.EventArgs e)843 protected override void OnHandleCreated(System.EventArgs e) { } OnInPlaceActive()844 protected virtual void OnInPlaceActive() { } 845 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] OnLostFocus(System.EventArgs e)846 protected override void OnLostFocus(System.EventArgs e) { } PreProcessMessage(ref System.Windows.Forms.Message msg)847 public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; } ProcessDialogKey(System.Windows.Forms.Keys keyData)848 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } ProcessMnemonic(char charCode)849 protected internal override bool ProcessMnemonic(char charCode) { throw null; } 850 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] PropsValid()851 protected bool PropsValid() { throw null; } 852 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RaiseOnMouseDown(short button, short shift, int x, int y)853 protected void RaiseOnMouseDown(short button, short shift, int x, int y) { } 854 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RaiseOnMouseDown(short button, short shift, float x, float y)855 protected void RaiseOnMouseDown(short button, short shift, float x, float y) { } 856 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RaiseOnMouseDown(object o1, object o2, object o3, object o4)857 protected void RaiseOnMouseDown(object o1, object o2, object o3, object o4) { } 858 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RaiseOnMouseMove(short button, short shift, int x, int y)859 protected void RaiseOnMouseMove(short button, short shift, int x, int y) { } 860 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RaiseOnMouseMove(short button, short shift, float x, float y)861 protected void RaiseOnMouseMove(short button, short shift, float x, float y) { } 862 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RaiseOnMouseMove(object o1, object o2, object o3, object o4)863 protected void RaiseOnMouseMove(object o1, object o2, object o3, object o4) { } 864 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RaiseOnMouseUp(short button, short shift, int x, int y)865 protected void RaiseOnMouseUp(short button, short shift, int x, int y) { } 866 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RaiseOnMouseUp(short button, short shift, float x, float y)867 protected void RaiseOnMouseUp(short button, short shift, float x, float y) { } 868 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RaiseOnMouseUp(object o1, object o2, object o3, object o4)869 protected void RaiseOnMouseUp(object o1, object o2, object o3, object o4) { } SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate d)870 protected void SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate d) { } SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)871 protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { } SetVisibleCore(bool value)872 protected override void SetVisibleCore(bool value) { } ShowAboutBox()873 public void ShowAboutBox() { } ShowPropertyPages()874 public void ShowPropertyPages() { } ShowPropertyPages(System.Windows.Forms.Control control)875 public void ShowPropertyPages(System.Windows.Forms.Control control) { } 876 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetAttributes()877 System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; } 878 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetClassName()879 string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; } 880 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetComponentName()881 string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; } 882 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetConverter()883 System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; } 884 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()885 System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; } 886 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()887 System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; } 888 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType)889 object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; } 890 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetEvents()891 System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; } 892 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes)893 System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; } 894 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetProperties()895 System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; } 896 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes)897 System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; } 898 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)899 object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; } WndProc(ref System.Windows.Forms.Message m)900 protected override void WndProc(ref System.Windows.Forms.Message m) { } AboutBoxDelegate()901 protected delegate void AboutBoxDelegate(); 902 public enum ActiveXInvokeKind 903 { 904 MethodInvoke = 0, 905 PropertyGet = 1, 906 PropertySet = 2, 907 } 908 [System.Runtime.InteropServices.ComVisibleAttribute(false)] 909 public partial class AxComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor 910 { AxComponentEditor()911 public AxComponentEditor() { } EditComponent(System.ComponentModel.ITypeDescriptorContext context, object obj, System.Windows.Forms.IWin32Window parent)912 public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object obj, System.Windows.Forms.IWin32Window parent) { throw null; } 913 } 914 [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false)] 915 public sealed partial class ClsidAttribute : System.Attribute 916 { ClsidAttribute(string clsid)917 public ClsidAttribute(string clsid) { } 918 public string Value { get { throw null; } } 919 } 920 public partial class ConnectionPointCookie 921 { ConnectionPointCookie(object source, object sink, System.Type eventInterface)922 public ConnectionPointCookie(object source, object sink, System.Type eventInterface) { } Disconnect()923 public void Disconnect() { } ~ConnectionPointCookie()924 ~ConnectionPointCookie() { } 925 } 926 public partial class InvalidActiveXStateException : System.Exception 927 { InvalidActiveXStateException()928 public InvalidActiveXStateException() { } InvalidActiveXStateException(string name, System.Windows.Forms.AxHost.ActiveXInvokeKind kind)929 public InvalidActiveXStateException(string name, System.Windows.Forms.AxHost.ActiveXInvokeKind kind) { } ToString()930 public override string ToString() { throw null; } 931 } 932 [System.ComponentModel.TypeConverterAttribute("System.ComponentModel.TypeConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] 933 [System.SerializableAttribute] 934 public partial class State : System.Runtime.Serialization.ISerializable 935 { State(System.IO.Stream ms, int storageType, bool manualUpdate, string licKey)936 public State(System.IO.Stream ms, int storageType, bool manualUpdate, string licKey) { } State(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)937 protected State(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)938 void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { } 939 } 940 public partial class StateConverter : System.ComponentModel.TypeConverter 941 { StateConverter()942 public StateConverter() { } CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)943 public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; } CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)944 public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; } ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)945 public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; } ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)946 public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; } 947 } 948 [System.AttributeUsageAttribute((System.AttributeTargets)(1), Inherited=false)] 949 public sealed partial class TypeLibraryTimeStampAttribute : System.Attribute 950 { TypeLibraryTimeStampAttribute(string timestamp)951 public TypeLibraryTimeStampAttribute(string timestamp) { } 952 public System.DateTime Value { get { throw null; } } 953 } 954 } 955 public partial class BaseCollection : System.MarshalByRefObject, System.Collections.ICollection, System.Collections.IEnumerable 956 { BaseCollection()957 public BaseCollection() { } 958 [System.ComponentModel.BrowsableAttribute(false)] 959 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 960 public virtual int Count { get { throw null; } } 961 [System.ComponentModel.BrowsableAttribute(false)] 962 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 963 public bool IsReadOnly { get { throw null; } } 964 [System.ComponentModel.BrowsableAttribute(false)] 965 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 966 public bool IsSynchronized { get { throw null; } } 967 protected virtual System.Collections.ArrayList List { get { throw null; } } 968 [System.ComponentModel.BrowsableAttribute(false)] 969 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] 970 public object SyncRoot { get { throw null; } } CopyTo(System.Array ar, int index)971 public void CopyTo(System.Array ar, int index) { } GetEnumerator()972 public System.Collections.IEnumerator GetEnumerator() { throw null; } 973 } 974 [System.FlagsAttribute] 975 public enum BatteryChargeStatus 976 { 977 Charging = 8, 978 Critical = 4, 979 High = 1, 980 Low = 2, 981 NoSystemBattery = 128, 982 Unknown = 255, 983 } 984 [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ListBindingConverter))] 985 public partial class Binding 986 { Binding(string propertyName, object dataSource, string dataMember)987 public Binding(string propertyName, object dataSource, string dataMember) { } Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled)988 public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled) { } Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode)989 public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode) { } Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue)990 public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue) { } Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString)991 public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString) { } Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString, System.IFormatProvider formatInfo)992 public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString, System.IFormatProvider formatInfo) { } 993 [System.ComponentModel.DefaultValueAttribute(null)] 994 public System.Windows.Forms.IBindableComponent BindableComponent { get { throw null; } } 995 public System.Windows.Forms.BindingManagerBase BindingManagerBase { get { throw null; } } 996 public System.Windows.Forms.BindingMemberInfo BindingMemberInfo { get { throw null; } } 997 [System.ComponentModel.DefaultValueAttribute(null)] 998 public System.Windows.Forms.Control Control { get { throw null; } } 999 [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ControlUpdateMode)(0))] 1000 public System.Windows.Forms.ControlUpdateMode ControlUpdateMode { get { throw null; } set { } } 1001 public object DataSource { get { throw null; } } 1002 public object DataSourceNullValue { get { throw null; } set { } } 1003 [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataSourceUpdateMode)(0))] 1004 public System.Windows.Forms.DataSourceUpdateMode DataSourceUpdateMode { get { throw null; } set { } } 1005 [System.ComponentModel.DefaultValueAttribute(null)] 1006 public System.IFormatProvider FormatInfo { get { throw null; } set { } } 1007 public string FormatString { get { throw null; } set { } } 1008 [System.ComponentModel.DefaultValueAttribute(false)] 1009 public bool FormattingEnabled { get { throw null; } set { } } 1010 public bool IsBinding { get { throw null; } } 1011 public object NullValue { get { throw null; } set { } } 1012 [System.ComponentModel.DefaultValueAttribute("")] 1013 public string PropertyName { get { throw null; } } 1014 public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } } 1015 public event System.Windows.Forms.ConvertEventHandler Format { add { } remove { } } 1016 public event System.Windows.Forms.ConvertEventHandler Parse { add { } remove { } } OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e)1017 protected virtual void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e) { } OnFormat(System.Windows.Forms.ConvertEventArgs cevent)1018 protected virtual void OnFormat(System.Windows.Forms.ConvertEventArgs cevent) { } OnParse(System.Windows.Forms.ConvertEventArgs cevent)1019 protected virtual void OnParse(System.Windows.Forms.ConvertEventArgs cevent) { } ReadValue()1020 public void ReadValue() { } WriteValue()1021 public void WriteValue() { } 1022 } 1023 public enum BindingCompleteContext 1024 { 1025 ControlUpdate = 0, 1026 DataSourceUpdate = 1, 1027 } 1028 public partial class BindingCompleteEventArgs : System.ComponentModel.CancelEventArgs 1029 { BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context)1030 public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context) { } BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText)1031 public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText) { } BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception)1032 public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception) { } BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception, bool cancel)1033 public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception, bool cancel) { } 1034 public System.Windows.Forms.Binding Binding { get { throw null; } } 1035 public System.Windows.Forms.BindingCompleteContext BindingCompleteContext { get { throw null; } } 1036 public System.Windows.Forms.BindingCompleteState BindingCompleteState { get { throw null; } } 1037 public string ErrorText { get { throw null; } } 1038 public System.Exception Exception { get { throw null; } } 1039 } BindingCompleteEventHandler(object sender, System.Windows.Forms.BindingCompleteEventArgs e)1040 public delegate void BindingCompleteEventHandler(object sender, System.Windows.Forms.BindingCompleteEventArgs e); 1041 public enum BindingCompleteState 1042 { 1043 DataError = 1, 1044 Exception = 2, 1045 Success = 0, 1046 } 1047 [System.ComponentModel.DefaultEventAttribute("CollectionChanged")] 1048 public partial class BindingContext : System.Collections.ICollection, System.Collections.IEnumerable 1049 { BindingContext()1050 public BindingContext() { } 1051 public bool IsReadOnly { get { throw null; } } 1052 public System.Windows.Forms.BindingManagerBase this[object dataSource] { get { throw null; } } 1053 public System.Windows.Forms.BindingManagerBase this[object dataSource, string dataMember] { get { throw null; } } 1054 int System.Collections.ICollection.Count { get { throw null; } } 1055 bool System.Collections.ICollection.IsSynchronized { get { throw null; } } 1056 object System.Collections.ICollection.SyncRoot { get { throw null; } } 1057 [System.ComponentModel.BrowsableAttribute(false)] 1058 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 1059 public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } } Add(object dataSource, System.Windows.Forms.BindingManagerBase listManager)1060 protected internal void Add(object dataSource, System.Windows.Forms.BindingManagerBase listManager) { } AddCore(object dataSource, System.Windows.Forms.BindingManagerBase listManager)1061 protected virtual void AddCore(object dataSource, System.Windows.Forms.BindingManagerBase listManager) { } Clear()1062 protected internal void Clear() { } ClearCore()1063 protected virtual void ClearCore() { } Contains(object dataSource)1064 public bool Contains(object dataSource) { throw null; } Contains(object dataSource, string dataMember)1065 public bool Contains(object dataSource, string dataMember) { throw null; } OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)1066 protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) { } Remove(object dataSource)1067 protected internal void Remove(object dataSource) { } RemoveCore(object dataSource)1068 protected virtual void RemoveCore(object dataSource) { } System.Collections.ICollection.CopyTo(System.Array ar, int index)1069 void System.Collections.ICollection.CopyTo(System.Array ar, int index) { } 1070 [System.MonoInternalNoteAttribute("our enumerator is slightly different. in MS's implementation the Values are WeakReferences to the managers.")] System.Collections.IEnumerable.GetEnumerator()1071 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } 1072 [System.MonoTODOAttribute("Stub, does nothing")] UpdateBinding(System.Windows.Forms.BindingContext newBindingContext, System.Windows.Forms.Binding binding)1073 public static void UpdateBinding(System.Windows.Forms.BindingContext newBindingContext, System.Windows.Forms.Binding binding) { } 1074 } 1075 public abstract partial class BindingManagerBase 1076 { 1077 protected System.EventHandler onCurrentChangedHandler; 1078 protected System.EventHandler onPositionChangedHandler; BindingManagerBase()1079 public BindingManagerBase() { } 1080 public System.Windows.Forms.BindingsCollection Bindings { get { throw null; } } 1081 public abstract int Count { get; } 1082 public abstract object Current { get; } 1083 public bool IsBindingSuspended { get { throw null; } } 1084 public abstract int Position { get; set; } 1085 public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } } 1086 public event System.EventHandler CurrentChanged { add { } remove { } } 1087 public event System.EventHandler CurrentItemChanged { add { } remove { } } 1088 public event System.Windows.Forms.BindingManagerDataErrorEventHandler DataError { add { } remove { } } 1089 public event System.EventHandler PositionChanged { add { } remove { } } AddNew()1090 public abstract void AddNew(); CancelCurrentEdit()1091 public abstract void CancelCurrentEdit(); EndCurrentEdit()1092 public abstract void EndCurrentEdit(); GetItemProperties()1093 public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties() { throw null; } 1094 [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")] GetItemProperties(System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors)1095 protected internal virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors) { throw null; } 1096 [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")] GetItemProperties(System.Type listType, int offset, System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors)1097 protected virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Type listType, int offset, System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors) { throw null; } GetListName(System.Collections.ArrayList listAccessors)1098 protected internal abstract string GetListName(System.Collections.ArrayList listAccessors); OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs args)1099 protected internal void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs args) { } OnCurrentChanged(System.EventArgs e)1100 protected internal abstract void OnCurrentChanged(System.EventArgs e); OnCurrentItemChanged(System.EventArgs e)1101 protected internal abstract void OnCurrentItemChanged(System.EventArgs e); OnDataError(System.Exception e)1102 protected internal void OnDataError(System.Exception e) { } PullData()1103 protected void PullData() { } PushData()1104 protected void PushData() { } RemoveAt(int index)1105 public abstract void RemoveAt(int index); ResumeBinding()1106 public abstract void ResumeBinding(); SuspendBinding()1107 public abstract void SuspendBinding(); UpdateIsBinding()1108 protected abstract void UpdateIsBinding(); 1109 } 1110 public partial class BindingManagerDataErrorEventArgs : System.EventArgs 1111 { BindingManagerDataErrorEventArgs(System.Exception exception)1112 public BindingManagerDataErrorEventArgs(System.Exception exception) { } 1113 public System.Exception Exception { get { throw null; } } 1114 } BindingManagerDataErrorEventHandler(object sender, System.Windows.Forms.BindingManagerDataErrorEventArgs e)1115 public delegate void BindingManagerDataErrorEventHandler(object sender, System.Windows.Forms.BindingManagerDataErrorEventArgs e); 1116 [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] 1117 public partial struct BindingMemberInfo 1118 { BindingMemberInfoSystem.Windows.Forms.BindingMemberInfo1119 public BindingMemberInfo(string dataMember) { throw null;} 1120 public string BindingField { get { throw null; } } 1121 public string BindingMember { get { throw null; } } 1122 public string BindingPath { get { throw null; } } EqualsSystem.Windows.Forms.BindingMemberInfo1123 public override bool Equals(object otherObject) { throw null; } GetHashCodeSystem.Windows.Forms.BindingMemberInfo1124 public override int GetHashCode() { throw null; } operator ==System.Windows.Forms.BindingMemberInfo1125 public static bool operator ==(System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.BindingMemberInfo b) { throw null; } operator !=System.Windows.Forms.BindingMemberInfo1126 public static bool operator !=(System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.BindingMemberInfo b) { throw null; } 1127 } 1128 [System.ComponentModel.DefaultEventAttribute("RefreshItems")] 1129 [System.ComponentModel.DefaultPropertyAttribute("BindingSource")] 1130 [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.BindingNavigatorDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")] 1131 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1132 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1133 public partial class BindingNavigator : System.Windows.Forms.ToolStrip, System.ComponentModel.ISupportInitialize 1134 { 1135 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] BindingNavigator()1136 public BindingNavigator() { } BindingNavigator(bool addStandardItems)1137 public BindingNavigator(bool addStandardItems) { } 1138 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] BindingNavigator(System.ComponentModel.IContainer container)1139 public BindingNavigator(System.ComponentModel.IContainer container) { } BindingNavigator(System.Windows.Forms.BindingSource bindingSource)1140 public BindingNavigator(System.Windows.Forms.BindingSource bindingSource) { } 1141 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))] 1142 public System.Windows.Forms.ToolStripItem AddNewItem { get { throw null; } set { } } 1143 [System.ComponentModel.DefaultValueAttribute(null)] 1144 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))] 1145 public System.Windows.Forms.BindingSource BindingSource { get { throw null; } set { } } 1146 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))] 1147 public System.Windows.Forms.ToolStripItem CountItem { get { throw null; } set { } } 1148 public string CountItemFormat { get { throw null; } set { } } 1149 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))] 1150 public System.Windows.Forms.ToolStripItem DeleteItem { get { throw null; } set { } } 1151 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))] 1152 public System.Windows.Forms.ToolStripItem MoveFirstItem { get { throw null; } set { } } 1153 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))] 1154 public System.Windows.Forms.ToolStripItem MoveLastItem { get { throw null; } set { } } 1155 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))] 1156 public System.Windows.Forms.ToolStripItem MoveNextItem { get { throw null; } set { } } 1157 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))] 1158 public System.Windows.Forms.ToolStripItem MovePreviousItem { get { throw null; } set { } } 1159 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))] 1160 public System.Windows.Forms.ToolStripItem PositionItem { get { throw null; } set { } } 1161 public event System.EventHandler RefreshItems { add { } remove { } } AddStandardItems()1162 public virtual void AddStandardItems() { } BeginInit()1163 public void BeginInit() { } Dispose(bool disposing)1164 protected override void Dispose(bool disposing) { } EndInit()1165 public void EndInit() { } OnRefreshItems()1166 protected virtual void OnRefreshItems() { } 1167 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] RefreshItemsCore()1168 protected virtual void RefreshItemsCore() { } 1169 [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")] Validate()1170 public bool Validate() { throw null; } 1171 } 1172 [System.ComponentModel.DefaultEventAttribute("CollectionChanged")] 1173 public partial class BindingsCollection : System.Windows.Forms.BaseCollection 1174 { BindingsCollection()1175 internal BindingsCollection() { } 1176 public override int Count { get { throw null; } } 1177 public System.Windows.Forms.Binding this[int index] { get { throw null; } } 1178 protected override System.Collections.ArrayList List { get { throw null; } } 1179 public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } } 1180 public event System.ComponentModel.CollectionChangeEventHandler CollectionChanging { add { } remove { } } Add(System.Windows.Forms.Binding binding)1181 protected internal void Add(System.Windows.Forms.Binding binding) { } AddCore(System.Windows.Forms.Binding dataBinding)1182 protected virtual void AddCore(System.Windows.Forms.Binding dataBinding) { } Clear()1183 protected internal void Clear() { } ClearCore()1184 protected virtual void ClearCore() { } OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)1185 protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) { } OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs e)1186 protected virtual void OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs e) { } Remove(System.Windows.Forms.Binding binding)1187 protected internal void Remove(System.Windows.Forms.Binding binding) { } RemoveAt(int index)1188 protected internal void RemoveAt(int index) { } RemoveCore(System.Windows.Forms.Binding dataBinding)1189 protected virtual void RemoveCore(System.Windows.Forms.Binding dataBinding) { } ShouldSerializeMyAll()1190 protected internal bool ShouldSerializeMyAll() { throw null; } 1191 } 1192 [System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")] 1193 [System.ComponentModel.DefaultEventAttribute("CurrentChanged")] 1194 [System.ComponentModel.DefaultPropertyAttribute("DataSource")] 1195 [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.BindingSourceDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")] 1196 public partial class BindingSource : System.ComponentModel.Component, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList, System.ComponentModel.IBindingListView, System.ComponentModel.ICancelAddNew, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.ComponentModel.ITypedList, System.Windows.Forms.ICurrencyManagerProvider 1197 { BindingSource()1198 public BindingSource() { } BindingSource(System.ComponentModel.IContainer container)1199 public BindingSource(System.ComponentModel.IContainer container) { } BindingSource(object dataSource, string dataMember)1200 public BindingSource(object dataSource, string dataMember) { } 1201 [System.ComponentModel.BrowsableAttribute(false)] 1202 public virtual bool AllowEdit { get { throw null; } } 1203 public virtual bool AllowNew { get { throw null; } set { } } 1204 [System.ComponentModel.BrowsableAttribute(false)] 1205 public virtual bool AllowRemove { get { throw null; } } 1206 [System.ComponentModel.BrowsableAttribute(false)] 1207 public virtual int Count { get { throw null; } } 1208 [System.ComponentModel.BrowsableAttribute(false)] 1209 public virtual System.Windows.Forms.CurrencyManager CurrencyManager { get { throw null; } } 1210 [System.ComponentModel.BrowsableAttribute(false)] 1211 public object Current { get { throw null; } } 1212 [System.ComponentModel.DefaultValueAttribute("")] 1213 [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))] 1214 [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))] 1215 public string DataMember { get { throw null; } set { } } 1216 [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))] 1217 [System.ComponentModel.DefaultValueAttribute(null)] 1218 [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))] 1219 public object DataSource { get { throw null; } set { } } 1220 [System.ComponentModel.DefaultValueAttribute(null)] 1221 public virtual string Filter { get { throw null; } set { } } 1222 [System.ComponentModel.BrowsableAttribute(false)] 1223 public bool IsBindingSuspended { get { throw null; } } 1224 [System.ComponentModel.BrowsableAttribute(false)] 1225 public virtual bool IsFixedSize { get { throw null; } } 1226 [System.ComponentModel.BrowsableAttribute(false)] 1227 public virtual bool IsReadOnly { get { throw null; } } 1228 [System.ComponentModel.BrowsableAttribute(false)] 1229 public virtual bool IsSorted { get { throw null; } } 1230 [System.ComponentModel.BrowsableAttribute(false)] 1231 public virtual bool IsSynchronized { get { throw null; } } 1232 [System.ComponentModel.BrowsableAttribute(false)] 1233 public virtual object this[int index] { get { throw null; } set { } } 1234 [System.ComponentModel.BrowsableAttribute(false)] 1235 public System.Collections.IList List { get { throw null; } } 1236 [System.ComponentModel.BrowsableAttribute(false)] 1237 [System.ComponentModel.DefaultValueAttribute(-1)] 1238 public int Position { get { throw null; } set { } } 1239 [System.ComponentModel.BrowsableAttribute(false)] 1240 [System.ComponentModel.DefaultValueAttribute(true)] 1241 public bool RaiseListChangedEvents { get { throw null; } set { } } 1242 [System.ComponentModel.DefaultValueAttribute(null)] 1243 public string Sort { get { throw null; } set { } } 1244 [System.ComponentModel.BrowsableAttribute(false)] 1245 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 1246 public virtual System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get { throw null; } } 1247 [System.ComponentModel.BrowsableAttribute(false)] 1248 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 1249 public virtual System.ComponentModel.ListSortDirection SortDirection { get { throw null; } } 1250 [System.ComponentModel.BrowsableAttribute(false)] 1251 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 1252 public virtual System.ComponentModel.PropertyDescriptor SortProperty { get { throw null; } } 1253 [System.ComponentModel.BrowsableAttribute(false)] 1254 public virtual bool SupportsAdvancedSorting { get { throw null; } } 1255 [System.ComponentModel.BrowsableAttribute(false)] 1256 public virtual bool SupportsChangeNotification { get { throw null; } } 1257 [System.ComponentModel.BrowsableAttribute(false)] 1258 public virtual bool SupportsFiltering { get { throw null; } } 1259 [System.ComponentModel.BrowsableAttribute(false)] 1260 public virtual bool SupportsSearching { get { throw null; } } 1261 [System.ComponentModel.BrowsableAttribute(false)] 1262 public virtual bool SupportsSorting { get { throw null; } } 1263 [System.ComponentModel.BrowsableAttribute(false)] 1264 public virtual object SyncRoot { get { throw null; } } 1265 bool System.ComponentModel.ISupportInitializeNotification.IsInitialized { get { throw null; } } 1266 public event System.ComponentModel.AddingNewEventHandler AddingNew { add { } remove { } } 1267 public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } } 1268 public event System.EventHandler CurrentChanged { add { } remove { } } 1269 public event System.EventHandler CurrentItemChanged { add { } remove { } } 1270 public event System.Windows.Forms.BindingManagerDataErrorEventHandler DataError { add { } remove { } } 1271 public event System.EventHandler DataMemberChanged { add { } remove { } } 1272 public event System.EventHandler DataSourceChanged { add { } remove { } } 1273 public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } } 1274 public event System.EventHandler PositionChanged { add { } remove { } } 1275 event System.EventHandler System.ComponentModel.ISupportInitializeNotification.Initialized { add { } remove { } } Add(object value)1276 public virtual int Add(object value) { throw null; } AddNew()1277 public virtual object AddNew() { throw null; } 1278 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts)1279 public virtual void ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts) { } 1280 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection sort)1281 public virtual void ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection sort) { } CancelEdit()1282 public void CancelEdit() { } Clear()1283 public virtual void Clear() { } Contains(object value)1284 public virtual bool Contains(object value) { throw null; } CopyTo(System.Array arr, int index)1285 public virtual void CopyTo(System.Array arr, int index) { } Dispose(bool disposing)1286 protected override void Dispose(bool disposing) { } EndEdit()1287 public void EndEdit() { } Find(System.ComponentModel.PropertyDescriptor prop, object key)1288 public virtual int Find(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; } Find(string propertyName, object key)1289 public int Find(string propertyName, object key) { throw null; } GetEnumerator()1290 public virtual System.Collections.IEnumerator GetEnumerator() { throw null; } GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors)1291 public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; } GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors)1292 public virtual string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; } GetRelatedCurrencyManager(string dataMember)1293 public virtual System.Windows.Forms.CurrencyManager GetRelatedCurrencyManager(string dataMember) { throw null; } IndexOf(object value)1294 public virtual int IndexOf(object value) { throw null; } Insert(int index, object value)1295 public virtual void Insert(int index, object value) { } MoveFirst()1296 public void MoveFirst() { } MoveLast()1297 public void MoveLast() { } MoveNext()1298 public void MoveNext() { } MovePrevious()1299 public void MovePrevious() { } OnAddingNew(System.ComponentModel.AddingNewEventArgs e)1300 protected virtual void OnAddingNew(System.ComponentModel.AddingNewEventArgs e) { } OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e)1301 protected virtual void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e) { } OnCurrentChanged(System.EventArgs e)1302 protected virtual void OnCurrentChanged(System.EventArgs e) { } OnCurrentItemChanged(System.EventArgs e)1303 protected virtual void OnCurrentItemChanged(System.EventArgs e) { } OnDataError(System.Windows.Forms.BindingManagerDataErrorEventArgs e)1304 protected virtual void OnDataError(System.Windows.Forms.BindingManagerDataErrorEventArgs e) { } OnDataMemberChanged(System.EventArgs e)1305 protected virtual void OnDataMemberChanged(System.EventArgs e) { } OnDataSourceChanged(System.EventArgs e)1306 protected virtual void OnDataSourceChanged(System.EventArgs e) { } OnListChanged(System.ComponentModel.ListChangedEventArgs e)1307 protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { } OnPositionChanged(System.EventArgs e)1308 protected virtual void OnPositionChanged(System.EventArgs e) { } Remove(object value)1309 public virtual void Remove(object value) { } RemoveAt(int index)1310 public virtual void RemoveAt(int index) { } RemoveCurrent()1311 public void RemoveCurrent() { } RemoveFilter()1312 public virtual void RemoveFilter() { } RemoveSort()1313 public virtual void RemoveSort() { } 1314 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))] ResetAllowNew()1315 public virtual void ResetAllowNew() { } ResetBindings(bool metadataChanged)1316 public void ResetBindings(bool metadataChanged) { } ResetCurrentItem()1317