2 implementations of OnHandleChange
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
14582
public void
OnHandleChange
(IntPtr newHandle) {
18733
void IWindowTarget.
OnHandleChange
(IntPtr newHandle) {
2 references to OnHandleChange
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
14578
target.
OnHandleChange
(this.Handle);
18734
controlWindowTarget.
OnHandleChange
(newHandle);