92 references to RecreateHandle
System.Windows.Forms (85)
System\Windows\Forms\ContextMenuStrip.cs (1)
139RecreateHandle();
System\Windows\Forms\Control.cs (3)
6948RecreateHandle(); 7082RecreateHandle(); 10278RecreateHandle();
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1306RecreateHandle();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
419RecreateHandle(); 560RecreateHandle(); 1068RecreateHandle(); 2686RecreateHandle(); 2806RecreateHandle(); 3133RecreateHandle();
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (4)
526RecreateHandle(); 1168RecreateHandle(); 1346RecreateHandle(); 1468RecreateHandle();
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
206RecreateHandle();
System\Windows\Forms\Controls\Labels\Label.cs (3)
228RecreateHandle(); 353RecreateHandle(); 709RecreateHandle();
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
203RecreateHandle();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (11)
215RecreateHandle(); 253RecreateHandle(); 358RecreateHandle(); 412RecreateHandle(); 522RecreateHandle(); 551RecreateHandle(); 696RecreateHandle(); 797RecreateHandle(); 1008RecreateHandle(); 1149RecreateHandle(); 1845RecreateHandle();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6468RecreateHandle();
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
396RecreateHandle(); 1477RecreateHandle(); 2035RecreateHandle();
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
142RecreateHandle();
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
128RecreateHandle(); 631RecreateHandle();
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
344RecreateHandle(); 573RecreateHandle(); 648RecreateHandle();
System\Windows\Forms\Controls\TabControl\TabControl.cs (9)
121RecreateHandle(); 160RecreateHandle(); 422RecreateHandle(); 443RecreateHandle(); 574RecreateHandle(); 604RecreateHandle(); 772RecreateHandle(); 792RecreateHandle(); 1448RecreateHandle();
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1251RecreateHandle();
System\Windows\Forms\Controls\TextBox\TextBox.cs (7)
237RecreateHandle(); 252RecreateHandle(); 394RecreateHandle(); 458RecreateHandle(); 488RecreateHandle(); 572RecreateHandle(); 743RecreateHandle();
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
363RecreateHandle(); 537RecreateHandle(); 747RecreateHandle(); 1180RecreateHandle();
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
324RecreateHandle();
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (5)
394RecreateHandle(); 548RecreateHandle(); 587RecreateHandle(); 891RecreateHandle(); 1090RecreateHandle();
System\Windows\Forms\Controls\TreeView\TreeView.cs (12)
296RecreateHandle(); 569RecreateHandle(); 602RecreateHandle(); 714RecreateHandle(); 809RecreateHandle(); 990RecreateHandle(); 1040RecreateHandle(); 1074RecreateHandle(); 1169RecreateHandle(); 2323RecreateHandle(); 2347RecreateHandle(); 2356RecreateHandle();
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
190RecreateHandle();
System\Windows\Forms\Form.cs (4)
1820RecreateHandle(); 4656RecreateHandle(); 4692RecreateHandle(); 6212activeMdiChild.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)
2713RecreateHandle();
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();