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)
2265protected override void CreateHandle()
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
955protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
444protected override void CreateHandle()
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2556protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1114protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
548protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
960protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1295protected override void CreateHandle()
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
936protected override void CreateHandle()
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
752protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1512protected override unsafe void CreateHandle()
System\Windows\Forms\Form.cs (1)
3339protected 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)
952/// 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)
2219CreateHandle(); 4671CreateHandle(); 5007CreateHandle(); 9293CreateHandle();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2269base.CreateHandle();
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2466CreateHandle(); 2546CreateHandle();
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
969base.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)
1126base.CreateHandle();
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
560base.CreateHandle();
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
972base.CreateHandle();
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1302base.CreateHandle();
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
938base.CreateHandle();
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
764base.CreateHandle();
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1524base.CreateHandle();
System\Windows\Forms\Form.cs (2)
3374base.CreateHandle(); 3380base.CreateHandle();
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1208public new void CreateHandle() => base.CreateHandle();
System\Windows\Forms\ControlTests.Methods.cs (1)
14394public new void CreateHandle() => base.CreateHandle();