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