92 references to RecreateHandle
System.Windows.Forms (85)
System\Windows\Forms\ContextMenuStrip.cs (1)
139RecreateHandle();
System\Windows\Forms\Control.cs (3)
6834RecreateHandle(); 6971RecreateHandle(); 10166RecreateHandle();
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1243RecreateHandle();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
419RecreateHandle(); 560RecreateHandle(); 1067RecreateHandle(); 2685RecreateHandle(); 2805RecreateHandle(); 3132RecreateHandle();
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)
232RecreateHandle(); 353RecreateHandle(); 709RecreateHandle();
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
203RecreateHandle();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (11)
219RecreateHandle(); 257RecreateHandle(); 358RecreateHandle(); 412RecreateHandle(); 522RecreateHandle(); 551RecreateHandle(); 696RecreateHandle(); 797RecreateHandle(); 1008RecreateHandle(); 1149RecreateHandle(); 1845RecreateHandle();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6390RecreateHandle();
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
395RecreateHandle(); 1476RecreateHandle(); 2034RecreateHandle();
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
147RecreateHandle();
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)
123RecreateHandle(); 160RecreateHandle(); 417RecreateHandle(); 438RecreateHandle(); 569RecreateHandle(); 599RecreateHandle(); 767RecreateHandle(); 787RecreateHandle(); 1427RecreateHandle();
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1255RecreateHandle();
System\Windows\Forms\Controls\TextBox\TextBox.cs (7)
237RecreateHandle(); 252RecreateHandle(); 394RecreateHandle(); 458RecreateHandle(); 488RecreateHandle(); 572RecreateHandle(); 743RecreateHandle();
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
361RecreateHandle(); 531RecreateHandle(); 741RecreateHandle(); 1167RecreateHandle();
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)
299RecreateHandle(); 568RecreateHandle(); 601RecreateHandle(); 713RecreateHandle(); 808RecreateHandle(); 989RecreateHandle(); 1039RecreateHandle(); 1073RecreateHandle(); 1168RecreateHandle(); 2322RecreateHandle(); 2346RecreateHandle(); 2355RecreateHandle();
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
194RecreateHandle();
System\Windows\Forms\Form.cs (4)
1742RecreateHandle(); 4597RecreateHandle(); 4633RecreateHandle(); 6121activeMdiChild.RecreateHandle();
System.Windows.Forms.Tests (7)
System\Windows\Forms\ApplicationContextTests.cs (1)
418public new void RecreateHandle() => base.RecreateHandle();
System\Windows\Forms\ControlTests.cs (1)
1406public new void RecreateHandle() => base.RecreateHandle();
System\Windows\Forms\FormTests.cs (1)
2673RecreateHandle();
System\Windows\Forms\LabelTests.cs (1)
947public new void RecreateHandle() => base.RecreateHandle();
System\Windows\Forms\MonthCalendarTests.cs (1)
4816public new void RecreateHandle() => base.RecreateHandle();
System\Windows\Forms\TabControlTests.cs (1)
5815public new void RecreateHandle() => base.RecreateHandle();
TextBoxBaseTests.cs (1)
7779public new void RecreateHandle() => base.RecreateHandle();