13 overrides of CreateHandle
System.Windows.Forms (13)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1012protected override void CreateHandle()
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2323protected override void CreateHandle()
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
955protected override unsafe void CreateHandle()
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
456protected 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)
558protected 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)
1578protected 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)
1648protected override unsafe void CreateHandle()
System\Windows\Forms\Form.cs (1)
3342protected override void CreateHandle()
25 references to CreateHandle
System.Windows.Forms (25)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1024base.CreateHandle(); 1031base.CreateHandle();
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
448_control.CreateHandle();
System\Windows\Forms\Application.cs (1)
1106/// 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)
2391CreateHandle(); 4879CreateHandle(); 5215CreateHandle(); 10019CreateHandle();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2327base.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)
458base.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)
570base.CreateHandle();
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
972base.CreateHandle();
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1590base.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)
1660base.CreateHandle();
System\Windows\Forms\Form.cs (2)
3377base.CreateHandle(); 3383base.CreateHandle();