92 references to RecreateHandle
System.Windows.Forms (85)
System\Windows\Forms\ContextMenuStrip.cs (1)
139RecreateHandle();
System\Windows\Forms\Control.cs (3)
6969RecreateHandle(); 7103RecreateHandle(); 10296RecreateHandle();
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1309RecreateHandle();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
433RecreateHandle(); 574RecreateHandle(); 1082RecreateHandle(); 2692RecreateHandle(); 2812RecreateHandle(); 3130RecreateHandle();
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (4)
524RecreateHandle(); 1166RecreateHandle(); 1344RecreateHandle(); 1466RecreateHandle();
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
206RecreateHandle();
System\Windows\Forms\Controls\Labels\Label.cs (3)
228RecreateHandle(); 351RecreateHandle(); 707RecreateHandle();
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
203RecreateHandle();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (11)
215RecreateHandle(); 253RecreateHandle(); 356RecreateHandle(); 410RecreateHandle(); 520RecreateHandle(); 549RecreateHandle(); 694RecreateHandle(); 795RecreateHandle(); 1006RecreateHandle(); 1147RecreateHandle(); 1843RecreateHandle();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6458RecreateHandle();
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
392RecreateHandle(); 1471RecreateHandle(); 2029RecreateHandle();
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
142RecreateHandle();
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
125RecreateHandle(); 628RecreateHandle();
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
344RecreateHandle(); 573RecreateHandle(); 648RecreateHandle();
System\Windows\Forms\Controls\TabControl\TabControl.cs (9)
121RecreateHandle(); 160RecreateHandle(); 420RecreateHandle(); 441RecreateHandle(); 572RecreateHandle(); 602RecreateHandle(); 770RecreateHandle(); 790RecreateHandle(); 1444RecreateHandle();
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1251RecreateHandle();
System\Windows\Forms\Controls\TextBox\TextBox.cs (7)
237RecreateHandle(); 252RecreateHandle(); 394RecreateHandle(); 458RecreateHandle(); 488RecreateHandle(); 569RecreateHandle(); 737RecreateHandle();
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
360RecreateHandle(); 532RecreateHandle(); 742RecreateHandle(); 1174RecreateHandle();
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
324RecreateHandle();
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (5)
392RecreateHandle(); 546RecreateHandle(); 585RecreateHandle(); 889RecreateHandle(); 1088RecreateHandle();
System\Windows\Forms\Controls\TreeView\TreeView.cs (12)
296RecreateHandle(); 566RecreateHandle(); 599RecreateHandle(); 711RecreateHandle(); 806RecreateHandle(); 987RecreateHandle(); 1037RecreateHandle(); 1071RecreateHandle(); 1166RecreateHandle(); 2316RecreateHandle(); 2340RecreateHandle(); 2349RecreateHandle();
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
190RecreateHandle();
System\Windows\Forms\Form.cs (4)
1819RecreateHandle(); 4638RecreateHandle(); 4674RecreateHandle(); 6220activeMdiChild.RecreateHandle();
System.Windows.Forms.Tests (7)
System\Windows\Forms\ApplicationContextTests.cs (1)
420public new void RecreateHandle() => base.RecreateHandle();
System\Windows\Forms\ControlTests.cs (1)
1408public new void RecreateHandle() => base.RecreateHandle();
System\Windows\Forms\FormTests.cs (1)
2776RecreateHandle();
System\Windows\Forms\LabelTests.cs (1)
949public new void RecreateHandle() => base.RecreateHandle();
System\Windows\Forms\MonthCalendarTests.cs (1)
4818public new void RecreateHandle() => base.RecreateHandle();
System\Windows\Forms\TabControlTests.cs (1)
5844public new void RecreateHandle() => base.RecreateHandle();
TextBoxBaseTests.cs (1)
7781public new void RecreateHandle() => base.RecreateHandle();