13 overrides of CreateHandle
System.Windows.Forms (13)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1015protected override void CreateHandle()
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2254protected override void CreateHandle()
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
957protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
444protected override void CreateHandle()
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2546protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1119protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
551protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
957protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1280protected override void CreateHandle()
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
939protected override void CreateHandle()
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
754protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1514protected override unsafe void CreateHandle()
System\Windows\Forms\Form.cs (1)
3279protected override void CreateHandle()
27 references to CreateHandle
System.Windows.Forms (25)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1027base.CreateHandle(); 1034base.CreateHandle();
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
448_control.CreateHandle();
System\Windows\Forms\Application.cs (1)
912/// Enables visual styles for all subsequent <see cref="Run()"/> and <see cref="Control.CreateHandle"/> calls.
System\Windows\Forms\Application.MarshallingControl.cs (1)
22CreateHandle();
System\Windows\Forms\Application.ParkingWindow.cs (1)
111CreateHandle();
System\Windows\Forms\Control.cs (4)
2125CreateHandle(); 4577CreateHandle(); 4913CreateHandle(); 9208CreateHandle();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2258base.CreateHandle();
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2459CreateHandle(); 2539CreateHandle();
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
971base.CreateHandle();
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
446base.CreateHandle();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2558base.CreateHandle();
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1131base.CreateHandle();
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
563base.CreateHandle();
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
969base.CreateHandle();
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1287base.CreateHandle();
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
941base.CreateHandle();
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
766base.CreateHandle();
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1526base.CreateHandle();
System\Windows\Forms\Form.cs (2)
3314base.CreateHandle(); 3320base.CreateHandle();
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1206public new void CreateHandle() => base.CreateHandle();
System\Windows\Forms\ControlTests.Methods.cs (1)
14434public new void CreateHandle() => base.CreateHandle();