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