Base:
method
OnHandleCreated
System.Windows.Forms.Control.OnHandleCreated(System.EventArgs)
3 overrides of OnHandleCreated
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2415protected override void OnHandleCreated(EventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1818protected override void OnHandleCreated(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
605protected override void OnHandleCreated(EventArgs e)
3 references to OnHandleCreated
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2459base.OnHandleCreated(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1820base.OnHandleCreated(e);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
607base.OnHandleCreated(e);