4 writes to Handle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
8779accObj.Handle = handle; 8782ncAccObj.Handle = handle; 19439this.Handle = handle; 19467this.Handle = handle;
5 references to Handle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (5)
19600runtimeId[1] = (int)(long)this.Handle; 19873UnsafeNativeMethods.NotifyWinEvent((int)accEvent, new HandleRef(this, Handle), NativeMethods.OBJID_CLIENT, 0); 19887UnsafeNativeMethods.NotifyWinEvent((int)accEvent, new HandleRef(this, Handle), NativeMethods.OBJID_CLIENT, childID + 1); 19901UnsafeNativeMethods.NotifyWinEvent((int)accEvent, new HandleRef(this, Handle), objectID, childID + 1); 19954UnsafeNativeMethods.UiaHostProviderFromHwnd(new HandleRef(this, Handle), out provider);