Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Windows.Forms.dll.sources « Managed.Windows.Forms « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2c42c632d10d28e8a10c0636316e48908f4bb41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
Assembly/AssemblyInfo.cs
../../build/common/Consts.cs
Assembly/Locale.cs
System.Resources/ResXNullRef.cs
System.Resources/ResXFileRef.cs
System.Resources/ResXResourceReader.cs
System.Resources/ResXResourceSet.cs
System.Resources/ResXResourceWriter.cs
System.Windows.Forms.Design/ComponentEditorForm.cs
System.Windows.Forms.Design/ComponentEditorPage.cs
System.Windows.Forms.Design/EventsTab.cs
System.Windows.Forms.Design/IUIService.cs
System.Windows.Forms.Design/IWindowsFormsEditorService.cs
System.Windows.Forms.Design/PropertyTab.cs
System.Windows.Forms.Design/WindowsFormsComponentEditor.cs
System.Windows.Forms/AccessibleEvents.cs
System.Windows.Forms/AccessibleNavigation.cs
System.Windows.Forms/AccessibleObject.cs
System.Windows.Forms/AccessibleRole.cs
System.Windows.Forms/AccessibleSelection.cs
System.Windows.Forms/AccessibleStates.cs
System.Windows.Forms/AmbientProperties.cs
System.Windows.Forms/AnchorStyles.cs
System.Windows.Forms/Appearance.cs
System.Windows.Forms/Application.cs
System.Windows.Forms/ApplicationContext.cs
System.Windows.Forms/ArrangeDirection.cs
System.Windows.Forms/ArrangeStartingPosition.cs
System.Windows.Forms/AsyncMethodData.cs
System.Windows.Forms/AsyncMethodResult.cs
System.Windows.Forms/AutoScaleMode.cs
System.Windows.Forms/AxHost.cs
System.Windows.Forms/BaseCollection.cs
System.Windows.Forms/BindingContext.cs
System.Windows.Forms/Binding.cs
System.Windows.Forms/BindingManagerBase.cs
System.Windows.Forms/BindingMemberInfo.cs
System.Windows.Forms/BindingsCollection.cs
System.Windows.Forms/BootMode.cs
System.Windows.Forms/Border3DSide.cs
System.Windows.Forms/Border3DStyle.cs
System.Windows.Forms/BorderStyle.cs
System.Windows.Forms/BoundsSpecified.cs
System.Windows.Forms/Button.cs
System.Windows.Forms/ButtonBase.cs
System.Windows.Forms/ButtonBorderStyle.cs
System.Windows.Forms/ButtonState.cs
System.Windows.Forms/CaptionButton.cs
System.Windows.Forms/CategoryGridEntry.cs
System.Windows.Forms/CharacterCasing.cs
System.Windows.Forms/CheckBox.cs
System.Windows.Forms/CheckedListBox.cs
System.Windows.Forms/CheckState.cs
System.Windows.Forms/ColorDepth.cs
System.Windows.Forms/Clipboard.cs
System.Windows.Forms/ColorDialog.cs
System.Windows.Forms/ColumnClickEventArgs.cs
System.Windows.Forms/ColumnClickEventHandler.cs
System.Windows.Forms/ColumnHeader.cs
System.Windows.Forms/ColumnHeaderStyle.cs
System.Windows.Forms/ComboBox.cs
System.Windows.Forms/ComboBoxStyle.cs
System.Windows.Forms/CommonDialog.cs
System.Windows.Forms/ComponentModel.cs
System.Windows.Forms/ContainerControl.cs
System.Windows.Forms/ContentsResizedEventArgs.cs
System.Windows.Forms/ContentsResizedEventHandler.cs
System.Windows.Forms/ContextMenu.cs
System.Windows.Forms/Control.cs
System.Windows.Forms/ControlBindingsCollection.cs
System.Windows.Forms/ControlEventArgs.cs
System.Windows.Forms/ControlEventHandler.cs
System.Windows.Forms/ControlPaint.cs
System.Windows.Forms/ControlStyles.cs
System.Windows.Forms/ConvertEventArgs.cs
System.Windows.Forms/ConvertEventHandler.cs
System.Windows.Forms/CreateParams.cs
System.Windows.Forms/CurrencyManager.cs
System.Windows.Forms/Cursor.cs
System.Windows.Forms/CursorConverter.cs
System.Windows.Forms/Cursors.cs
System.Windows.Forms/DataFormats.cs
System.Windows.Forms/DataGrid.cs
System.Windows.Forms/DataGridDrawingLogic.cs
System.Windows.Forms/DataGridBoolColumn.cs
System.Windows.Forms/DataGridCell.cs
System.Windows.Forms/DataGridColumnStyle.cs
System.Windows.Forms/DataGridLineStyle.cs
System.Windows.Forms/DataGridParentRowsLabelStyle.cs
System.Windows.Forms/DataGridPreferredColumnWidthTypeConverter.cs
System.Windows.Forms/DataGridTableStyle.cs
System.Windows.Forms/DataGridTextBox.cs
System.Windows.Forms/DataGridTextBoxColumn.cs
System.Windows.Forms/DataGridViewAdvancedBorderStyle.cs
System.Windows.Forms/DataGridViewAdvancedCellBorderStyle.cs
System.Windows.Forms/DataGridViewAutoSizeColumnMode.cs
System.Windows.Forms/DataGridViewAutoSizeColumnModeEventArgs.cs
System.Windows.Forms/DataGridViewAutoSizeColumnModeEventHandler.cs
System.Windows.Forms/DataGridViewAutoSizeColumnsMode.cs
System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventArgs.cs
System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventHandler.cs
System.Windows.Forms/DataGridViewAutoSizeModeEventArgs.cs
System.Windows.Forms/DataGridViewAutoSizeModeEventHandler.cs
System.Windows.Forms/DataGridViewAutoSizeRowMode.cs
System.Windows.Forms/DataGridViewAutoSizeRowsMode.cs
System.Windows.Forms/DataGridViewBand.cs
System.Windows.Forms/DataGridViewBindingCompleteEventArgs.cs
System.Windows.Forms/DataGridViewBindingCompleteEventHandler.cs
System.Windows.Forms/DataGridViewButtonCell.cs
System.Windows.Forms/DataGridViewButtonColumn.cs
System.Windows.Forms/DataGridViewCellBorderStyle.cs
System.Windows.Forms/DataGridViewCellCancelEventArgs.cs
System.Windows.Forms/DataGridViewCellCancelEventHandler.cs
System.Windows.Forms/DataGridViewCellCollection.cs
System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventArgs.cs
System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventHandler.cs
System.Windows.Forms/DataGridViewCell.cs
System.Windows.Forms/DataGridViewCellErrorTextNeededEventArgs.cs
System.Windows.Forms/DataGridViewCellErrorTextNeededEventHandler.cs
System.Windows.Forms/DataGridViewCellEventArgs.cs
System.Windows.Forms/DataGridViewCellEventHandler.cs
System.Windows.Forms/DataGridViewCellFormattingEventArgs.cs
System.Windows.Forms/DataGridViewCellFormattingEventHandler.cs
System.Windows.Forms/DataGridViewCellMouseEventArgs.cs
System.Windows.Forms/DataGridViewCellMouseEventHandler.cs
System.Windows.Forms/DataGridViewCellPaintingEventArgs.cs
System.Windows.Forms/DataGridViewCellPaintingEventHandler.cs
System.Windows.Forms/DataGridViewCellParsingEventArgs.cs
System.Windows.Forms/DataGridViewCellParsingEventHandler.cs
System.Windows.Forms/DataGridViewCellStateChangedEventArgs.cs
System.Windows.Forms/DataGridViewCellStateChangedEventHandler.cs
System.Windows.Forms/DataGridViewCellStyleContentChangedEventArgs.cs
System.Windows.Forms/DataGridViewCellStyleContentChangedEventHandler.cs
System.Windows.Forms/DataGridViewCellStyleConverter.cs
System.Windows.Forms/DataGridViewCellStyle.cs
System.Windows.Forms/DataGridViewCellStyleScopes.cs
System.Windows.Forms/DataGridViewCellToolTipTextNeededEventArgs.cs
System.Windows.Forms/DataGridViewCellToolTipTextNeededEventHandler.cs
System.Windows.Forms/DataGridViewCellValidatingEventArgs.cs
System.Windows.Forms/DataGridViewCellValidatingEventHandler.cs
System.Windows.Forms/DataGridViewCellValueEventArgs.cs
System.Windows.Forms/DataGridViewCellValueEventHandler.cs
System.Windows.Forms/DataGridViewCheckBoxCell.cs
System.Windows.Forms/DataGridViewCheckBoxColumn.cs
System.Windows.Forms/DataGridViewClipboardCopyMode.cs
System.Windows.Forms/DataGridViewColumnCollection.cs
System.Windows.Forms/DataGridViewColumn.cs
System.Windows.Forms/DataGridViewColumnDesignTimeVisibleAttribute.cs
System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventArgs.cs
System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventHandler.cs
System.Windows.Forms/DataGridViewColumnEventArgs.cs
System.Windows.Forms/DataGridViewColumnEventHandler.cs
System.Windows.Forms/DataGridViewColumnHeaderCell.cs
System.Windows.Forms/DataGridViewColumnHeadersHeightSizeMode.cs
System.Windows.Forms/DataGridViewColumnSortMode.cs
System.Windows.Forms/DataGridViewColumnStateChangedEventArgs.cs
System.Windows.Forms/DataGridViewColumnStateChangedEventHandler.cs
System.Windows.Forms/DataGridViewComboBoxCell.cs
System.Windows.Forms/DataGridViewComboBoxColumn.cs
System.Windows.Forms/DataGridViewComboBoxDisplayStyle.cs
System.Windows.Forms/DataGridViewComboBoxEditingControl.cs
System.Windows.Forms/DataGridViewContentAlignment.cs
System.Windows.Forms/DataGridView.cs
System.Windows.Forms/DataGridViewDataErrorContexts.cs
System.Windows.Forms/DataGridViewDataErrorEventArgs.cs
System.Windows.Forms/DataGridViewDataErrorEventHandler.cs
System.Windows.Forms/DataGridViewEditingControlShowingEventArgs.cs
System.Windows.Forms/DataGridViewEditingControlShowingEventHandler.cs
System.Windows.Forms/DataGridViewEditMode.cs
System.Windows.Forms/DataGridViewElement.cs
System.Windows.Forms/DataGridViewElementStates.cs
System.Windows.Forms/DataGridViewHeaderBorderStyle.cs
System.Windows.Forms/DataGridViewHeaderCell.cs
System.Windows.Forms/DataGridViewHitTestType.cs
System.Windows.Forms/DataGridViewImageCell.cs
System.Windows.Forms/DataGridViewImageCellLayout.cs
System.Windows.Forms/DataGridViewImageColumn.cs
System.Windows.Forms/DataGridViewPaintParts.cs
System.Windows.Forms/DataGridViewRowCancelEventArgs.cs
System.Windows.Forms/DataGridViewRowCancelEventHandler.cs
System.Windows.Forms/DataGridViewRowCollection.cs
System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventArgs.cs
System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventHandler.cs
System.Windows.Forms/DataGridViewRow.cs
System.Windows.Forms/DataGridViewRowDividerDoubleClickEventArgs.cs
System.Windows.Forms/DataGridViewRowDividerDoubleClickEventHandler.cs
System.Windows.Forms/DataGridViewRowErrorTextNeededEventArgs.cs
System.Windows.Forms/DataGridViewRowErrorTextNeededEventHandler.cs
System.Windows.Forms/DataGridViewRowEventArgs.cs
System.Windows.Forms/DataGridViewRowEventHandler.cs
System.Windows.Forms/DataGridViewRowHeaderCell.cs
System.Windows.Forms/DataGridViewRowHeadersWidthSizeMode.cs
System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgs.cs
System.Windows.Forms/DataGridViewRowHeightInfoNeededEventHandler.cs
System.Windows.Forms/DataGridViewRowHeightInfoPushedEventArgs.cs
System.Windows.Forms/DataGridViewRowHeightInfoPushedEventHandler.cs
System.Windows.Forms/DataGridViewRowPostPaintEventArgs.cs
System.Windows.Forms/DataGridViewRowPostPaintEventHandler.cs
System.Windows.Forms/DataGridViewRowPrePaintEventArgs.cs
System.Windows.Forms/DataGridViewRowPrePaintEventHandler.cs
System.Windows.Forms/DataGridViewRowsAddedEventArgs.cs
System.Windows.Forms/DataGridViewRowsAddedEventHandler.cs
System.Windows.Forms/DataGridViewRowsDeletedEventArgs.cs
System.Windows.Forms/DataGridViewRowsRemovedEventArgs.cs
System.Windows.Forms/DataGridViewRowsRemovedEventHandler.cs
System.Windows.Forms/DataGridViewRowStateChangedEventArgs.cs
System.Windows.Forms/DataGridViewRowStateChangedEventHandler.cs
System.Windows.Forms/DataGridViewSelectedCellCollection.cs
System.Windows.Forms/DataGridViewSelectedColumnCollection.cs
System.Windows.Forms/DataGridViewSelectedRowCollection.cs
System.Windows.Forms/DataGridViewSelectionMode.cs
System.Windows.Forms/DataGridViewSortCompareEventArgs.cs
System.Windows.Forms/DataGridViewSortCompareEventHandler.cs
System.Windows.Forms/DataGridViewTextBoxCell.cs
System.Windows.Forms/DataGridViewTextBoxColumn.cs
System.Windows.Forms/DataGridViewTextBoxEditingControl.cs
System.Windows.Forms/DataGridViewTopLeftHeaderCell.cs
System.Windows.Forms/DataGridViewTriState.cs
System.Windows.Forms/DataObject.cs
System.Windows.Forms/DateBoldEventArgs.cs
System.Windows.Forms/DateBoldEventHandler.cs
System.Windows.Forms/DateRangeEventArgs.cs
System.Windows.Forms/DateRangeEventHandler.cs
System.Windows.Forms/DateTimePicker.cs
System.Windows.Forms/DateTimePickerFormat.cs
System.Windows.Forms/Day.cs
System.Windows.Forms/DialogResult.cs
System.Windows.Forms/DockStyle.cs
System.Windows.Forms/DomainUpDown.cs
System.Windows.Forms/DragAction.cs
System.Windows.Forms/DragDropEffects.cs
System.Windows.Forms/DragEventArgs.cs
System.Windows.Forms/DragEventHandler.cs
System.Windows.Forms/DrawItemEventArgs.cs
System.Windows.Forms/DrawItemEventHandler.cs
System.Windows.Forms/DrawItemState.cs
System.Windows.Forms/DrawMode.cs
System.Windows.Forms/ErrorBlinkStyle.cs
System.Windows.Forms/ErrorIconAlignment.cs
System.Windows.Forms/ErrorProvider.cs
System.Windows.Forms/FeatureSupport.cs
System.Windows.Forms/FlatStyle.cs
System.Windows.Forms/FontDialog.cs
System.Windows.Forms/FileDialog.cs
System.Windows.Forms/FixedSizeTextBox.cs
System.Windows.Forms/FolderBrowserDialog.cs
System.Windows.Forms/Form.cs
System.Windows.Forms/FormBorderStyle.cs
System.Windows.Forms/FormStartPosition.cs
System.Windows.Forms/FormWindowState.cs
System.Windows.Forms/FrameStyle.cs
System.Windows.Forms/GiveFeedbackEventArgs.cs
System.Windows.Forms/GiveFeedbackEventHandler.cs
System.Windows.Forms/GridColumnStylesCollection.cs
System.Windows.Forms/GridTablesFactory.cs
System.Windows.Forms/GridTableStylesCollection.cs
System.Windows.Forms/GridEntry.cs
System.Windows.Forms/GridItem.cs
System.Windows.Forms/GridItemCollection.cs
System.Windows.Forms/GridItemType.cs
System.Windows.Forms/GroupBox.cs
System.Windows.Forms/HandledMouseEventArgs.cs
System.Windows.Forms/Help.cs
System.Windows.Forms/HelpEventArgs.cs
System.Windows.Forms/HelpEventHandler.cs
System.Windows.Forms/HelpNavigator.cs
System.Windows.Forms/HelpProvider.cs
System.Windows.Forms/HorizontalAlignment.cs
System.Windows.Forms/HScrollBar.cs
System.Windows.Forms/Hwnd.cs
System.Windows.Forms/IButtonControl.cs
System.Windows.Forms/ICommandExecutor.cs
System.Windows.Forms/IComponentEditorPageSite.cs
System.Windows.Forms/IContainerControl.cs
System.Windows.Forms/IDataGridColumnStyleEditingNotificationService.cs
System.Windows.Forms/IDataGridEditingService.cs
System.Windows.Forms/IDataGridViewEditingCell.cs
System.Windows.Forms/IDataGridViewEditingControl.cs
System.Windows.Forms/IDataObject.cs
System.Windows.Forms/IFeatureSupport.cs
System.Windows.Forms/IFileReaderService.cs
System.Windows.Forms/ImageIndexConverter.cs
System.Windows.Forms/ImageLayout.cs
System.Windows.Forms/ImageList.cs
System.Windows.Forms/ImageListConverter.cs
System.Windows.Forms/ImageListStreamer.cs
System.Windows.Forms/ImeMode.cs
System.Windows.Forms/IMessageFilter.cs
System.Windows.Forms/ImplicitHScrollBar.cs
System.Windows.Forms/ImplicitVScrollBar.cs
System.Windows.Forms/InputLanguageChangedEventArgs.cs
System.Windows.Forms/InputLanguageChangedEventHandler.cs
System.Windows.Forms/InputLanguageChangingEventArgs.cs
System.Windows.Forms/InputLanguageChangingEventHandler.cs
System.Windows.Forms/InputLanguageCollection.cs
System.Windows.Forms/InputLanguage.cs
System.Windows.Forms/InternalWindowManager.cs
System.Windows.Forms/InvalidateEventArgs.cs
System.Windows.Forms/InvalidateEventHandler.cs
System.Windows.Forms/IRootGridEntry.cs
System.Windows.Forms/ItemActivation.cs
System.Windows.Forms/ItemBoundsPortion.cs
System.Windows.Forms/ItemChangedEventArgs.cs
System.Windows.Forms/ItemChangedEventHandler.cs
System.Windows.Forms/ItemCheckEventArgs.cs
System.Windows.Forms/ItemCheckEventHandler.cs
System.Windows.Forms/ItemDragEventArgs.cs
System.Windows.Forms/ItemDragEventHandler.cs
System.Windows.Forms/IWin32Window.cs
System.Windows.Forms/IWindowTarget.cs
System.Windows.Forms/KeyboardLayouts.cs
System.Windows.Forms/KeyEventArgs.cs
System.Windows.Forms/KeyEventHandler.cs
System.Windows.Forms/KeyPressEventArgs.cs
System.Windows.Forms/KeyPressEventHandler.cs
System.Windows.Forms/Keys.cs
System.Windows.Forms/KeysConverter.cs
System.Windows.Forms/Label.cs
System.Windows.Forms/LabelEditEventArgs.cs
System.Windows.Forms/LabelEditEventHandler.cs
System.Windows.Forms/LayoutEventArgs.cs
System.Windows.Forms/LayoutEventHandler.cs
System.Windows.Forms/LeftRightAlignment.cs
System.Windows.Forms/LinkArea.cs
System.Windows.Forms/LinkBehavior.cs
System.Windows.Forms/LinkClickedEventArgs.cs
System.Windows.Forms/LinkClickedEventHandler.cs
System.Windows.Forms/LinkLabel.cs
System.Windows.Forms/LinkLabelLinkClickedEventArgs.cs
System.Windows.Forms/LinkLabelLinkClickedEventHandler.cs
System.Windows.Forms/LinkState.cs
System.Windows.Forms/ListBindingConverter.cs
System.Windows.Forms/ListBox.cs
System.Windows.Forms/ListControl.cs
System.Windows.Forms/ListView.cs
System.Windows.Forms/ListViewAlignment.cs
System.Windows.Forms/ListViewItem.cs
System.Windows.Forms/ListViewItemConverter.cs
System.Windows.Forms/MainMenu.cs
System.Windows.Forms/MdiWindowManager.cs
System.Windows.Forms/MdiClient.cs
System.Windows.Forms/MdiLayout.cs
System.Windows.Forms/MeasureItemEventHandler.cs
System.Windows.Forms/MeasureItemEventArgs.cs
System.Windows.Forms/MenuGlyph.cs
System.Windows.Forms/Menu.cs
System.Windows.Forms/MenuAPI.cs
System.Windows.Forms/MenuItem.cs
System.Windows.Forms/MenuMerge.cs
System.Windows.Forms/MessageBoxButtons.cs
System.Windows.Forms/MessageBox.cs
System.Windows.Forms/MessageBoxDefaultButton.cs
System.Windows.Forms/MessageBoxIcon.cs
System.Windows.Forms/MessageBoxOptions.cs
System.Windows.Forms/Message.cs
System.Windows.Forms/MethodInvoker.cs
System.Windows.Forms/Mime.cs
System.Windows.Forms/MimeIcon.cs
System.Windows.Forms/MonthCalendar.cs
System.Windows.Forms/MouseButtons.cs
System.Windows.Forms/MouseEventArgs.cs
System.Windows.Forms/MouseEventHandler.cs
System.Windows.Forms/MWFCategoryAttribute.cs
System.Windows.Forms/MWFDescriptionAttribute.cs
System.Windows.Forms/NativeWindow.cs
System.Windows.Forms/NavigateEventArgs.cs
System.Windows.Forms/NavigateEventHandler.cs
System.Windows.Forms/NumericUpDown.cs
System.Windows.Forms/NodeLabelEditEventArgs.cs
System.Windows.Forms/NodeLabelEditEventHandler.cs
System.Windows.Forms/NotifyIcon.cs
System.Windows.Forms/OpacityConverter.cs
System.Windows.Forms/OpenFileDialog.cs
System.Windows.Forms/OpenTreeNodeEnumerator.cs
System.Windows.Forms/Orientation.cs
System.Windows.Forms/OSFeature.cs
System.Windows.Forms/OSXStructs.cs
System.Windows.Forms/OwnerDrawPropertyBag.cs
System.Windows.Forms/Padding.cs
System.Windows.Forms/PageSetupDialog.cs
System.Windows.Forms/PaintEventArgs.cs
System.Windows.Forms/PaintEventHandler.cs
System.Windows.Forms/Panel.cs
System.Windows.Forms/PictureBox.cs
System.Windows.Forms/PictureBoxSizeMode.cs
System.Windows.Forms/PrintControllerWithStatusDialog.cs
System.Windows.Forms/PrintDialog.cs
System.Windows.Forms/PrintPreviewControl.cs
System.Windows.Forms/PrintPreviewDialog.cs
System.Windows.Forms/ProgressBar.cs
System.Windows.Forms/ProgressBarStyle.cs
System.Windows.Forms/PropertiesTab.cs
System.Windows.Forms/PropertyGrid.cs
System.Windows.Forms/PropertyGridCommands.cs
System.Windows.Forms/PropertyGridEntry.cs
System.Windows.Forms/PropertyGridTextBox.cs
System.Windows.Forms/PropertyGridView.cs
System.Windows.Forms/PropertyManager.cs
System.Windows.Forms/PropertySort.cs
System.Windows.Forms/PropertyTabChangedEventArgs.cs
System.Windows.Forms/PropertyTabChangedEventHandler.cs
System.Windows.Forms/PropertyValueChangedEventArgs.cs
System.Windows.Forms/PropertyValueChangedEventHandler.cs
System.Windows.Forms/QueryAccessibilityHelpEventArgs.cs
System.Windows.Forms/QueryAccessibilityHelpEventHandler.cs
System.Windows.Forms/QueryContinueDragEventArgs.cs
System.Windows.Forms/QueryContinueDragEventHandler.cs
System.Windows.Forms/QuestionEventArgs.cs
System.Windows.Forms/QuestionEventHandler.cs
System.Windows.Forms/RadioButton.cs
System.Windows.Forms/RichTextBox.cs
System.Windows.Forms/RichTextBoxFinds.cs
System.Windows.Forms/RichTextBoxScrollBars.cs
System.Windows.Forms/RichTextBoxSelectionAttribute.cs
System.Windows.Forms/RichTextBoxSelectionTypes.cs
System.Windows.Forms/RichTextBoxStreamType.cs
System.Windows.Forms/RichTextBoxWordPunctuations.cs
System.Windows.Forms/RightToLeft.cs
System.Windows.Forms/SaveFileDialog.cs
System.Windows.Forms/Screen.cs
System.Windows.Forms/ScrollableControl.cs
System.Windows.Forms/ScrollBar.cs
System.Windows.Forms/ScrollBars.cs
System.Windows.Forms/ScrollButton.cs
System.Windows.Forms/ScrollEventArgs.cs
System.Windows.Forms/ScrollEventHandler.cs
System.Windows.Forms/ScrollEventType.cs
System.Windows.Forms/SecurityIDType.cs
System.Windows.Forms/SelectedGridItemChangedEventArgs.cs
System.Windows.Forms/SelectedGridItemChangedEventHandler.cs
System.Windows.Forms/SelectionRange.cs
System.Windows.Forms/SelectionRangeConverter.cs
System.Windows.Forms/SelectionMode.cs
System.Windows.Forms/SendKeys.cs
System.Windows.Forms/Shortcut.cs
System.Windows.Forms/SizeGrip.cs
System.Windows.Forms/SizeGripStyle.cs
System.Windows.Forms/SortOrder.cs
System.Windows.Forms/Splitter.cs
System.Windows.Forms/SplitterEventArgs.cs
System.Windows.Forms/SplitterEventHandler.cs
System.Windows.Forms/StatusBar.cs
System.Windows.Forms/StatusBarDrawItemEventArgs.cs
System.Windows.Forms/StatusBarDrawItemEventHandler.cs
System.Windows.Forms/StatusBarPanelAutoSize.cs
System.Windows.Forms/StatusBarPanelBorderStyle.cs
System.Windows.Forms/StatusBarPanelClickEventArgs.cs
System.Windows.Forms/StatusBarPanelClickEventHandler.cs
System.Windows.Forms/StatusBarPanel.cs
System.Windows.Forms/StatusBarPanelStyle.cs
System.Windows.Forms/StructFormat.cs
System.Windows.Forms/SystemInformation.cs
System.Windows.Forms/TabAlignment.cs
System.Windows.Forms/TabAppearance.cs
System.Windows.Forms/TabControl.cs
System.Windows.Forms/TabDrawMode.cs
System.Windows.Forms/TabPage.cs
System.Windows.Forms/TabSizeMode.cs
System.Windows.Forms/TextBox.cs
System.Windows.Forms/TextBoxBase.cs
System.Windows.Forms/TextControl.cs
System.Windows.Forms/TextFormatFlags.cs
System.Windows.Forms/Theme.cs
System.Windows.Forms/ThemeClearlooks.cs
System.Windows.Forms/ThemeEngine.cs
System.Windows.Forms/ThemeGtk.cs
System.Windows.Forms/ThemeNice.cs
System.Windows.Forms/ThemeWin32Classic.cs
System.Windows.Forms/ThreadExceptionDialog.cs
System.Windows.Forms/TickStyle.cs
System.Windows.Forms/Timer.cs
../../build/common/MonoTODOAttribute.cs
System.Windows.Forms/ToolBarAppearance.cs
System.Windows.Forms/ToolBarButtonClickEventArgs.cs
System.Windows.Forms/ToolBarButtonClickEventHandler.cs
System.Windows.Forms/ToolBarButton.cs
System.Windows.Forms/ToolBarButtonStyle.cs
System.Windows.Forms/ToolBar.cs
System.Windows.Forms/ToolBarTextAlign.cs
System.Windows.Forms/ToolTip.cs
System.Windows.Forms/TrackBar.cs
System.Windows.Forms/TreeNode.cs
System.Windows.Forms/TreeNodeCollection.cs
System.Windows.Forms/TreeNodeConverter.cs
System.Windows.Forms/TreeView.cs
System.Windows.Forms/TreeViewAction.cs
System.Windows.Forms/TreeViewCancelEventArgs.cs
System.Windows.Forms/TreeViewCancelEventHandler.cs
System.Windows.Forms/TreeViewEventArgs.cs
System.Windows.Forms/TreeViewEventHandler.cs
System.Windows.Forms/TreeViewImageIndexConverter.cs
System.Windows.Forms/UICues.cs
System.Windows.Forms/UICuesEventArgs.cs
System.Windows.Forms/UICuesEventHandler.cs
System.Windows.Forms/UpDownBase.cs
System.Windows.Forms/UpDownEventArgs.cs
System.Windows.Forms/UpDownEventHandler.cs
System.Windows.Forms/UserControl.cs
System.Windows.Forms/View.cs
System.Windows.Forms/VScrollBar.cs
System.Windows.Forms/Win32DnD.cs
System.Windows.Forms/X11DesktopColors.cs
System.Windows.Forms/X11Dnd.cs
System.Windows.Forms/X11Structs.cs
System.Windows.Forms/X11Keyboard.cs
System.Windows.Forms/XEventQueue.cs
System.Windows.Forms/XplatUI.cs
System.Windows.Forms/XplatUIDriver.cs
System.Windows.Forms/XplatUIOSX.cs
System.Windows.Forms/XplatUIStructs.cs
System.Windows.Forms/XplatUIWin32.cs
System.Windows.Forms/XplatUIX11.cs
System.Windows.Forms.RTF/Charcode.cs
System.Windows.Forms.RTF/Charset.cs
System.Windows.Forms.RTF/CharsetFlags.cs
System.Windows.Forms.RTF/CharsetType.cs
System.Windows.Forms.RTF/ClassDelegate.cs
System.Windows.Forms.RTF/Color.cs
System.Windows.Forms.RTF/DestinationDelegate.cs
System.Windows.Forms.RTF/Font.cs
System.Windows.Forms.RTF/KeysInit.cs
System.Windows.Forms.RTF/KeyStruct.cs
System.Windows.Forms.RTF/Major.cs
System.Windows.Forms.RTF/Minor.cs
System.Windows.Forms.RTF/RTF.cs
System.Windows.Forms.RTF/RTFException.cs
System.Windows.Forms.RTF/StandardCharCode.cs
System.Windows.Forms.RTF/StandardCharName.cs
System.Windows.Forms.RTF/Style.cs
System.Windows.Forms.RTF/StyleElement.cs
System.Windows.Forms.RTF/StyleType.cs
System.Windows.Forms.RTF/TextMap.cs
System.Windows.Forms.RTF/TokenClass.cs