1 override of ReleaseHandle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Timer.cs (1)
438
public override void
ReleaseHandle
() {
9 references to ReleaseHandle
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComboBox.cs (4)
3089
childEdit.
ReleaseHandle
();
3100
childListBox.
ReleaseHandle
();
3111
childDropDown.
ReleaseHandle
();
3489
childDropDown.
ReleaseHandle
();
winforms\Managed\System\WinForms\Control.cs (1)
12787
window.
ReleaseHandle
();
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
486
window.
ReleaseHandle
();
winforms\Managed\System\WinForms\Timer.cs (1)
444
base.
ReleaseHandle
();
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
509
this.axWindow.
ReleaseHandle
();
840
this.axWindow.
ReleaseHandle
();