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)
2558protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1120protected 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)
962protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1301protected override void CreateHandle()
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
936protected override void CreateHandle()
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
754protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1515protected override unsafe void CreateHandle()
System\Windows\Forms\Form.cs (1)
3354protected 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)
916/// 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)
2193CreateHandle(); 4645CreateHandle(); 4981CreateHandle(); 9269CreateHandle();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2258base.CreateHandle();
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2467CreateHandle(); 2547CreateHandle();
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)
2560base.CreateHandle();
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1132base.CreateHandle();
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
563base.CreateHandle();
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
974base.CreateHandle();
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1308base.CreateHandle();
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
938base.CreateHandle();
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
766base.CreateHandle();
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1527base.CreateHandle();
System\Windows\Forms\Form.cs (2)
3389base.CreateHandle(); 3395base.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();