1 write to handle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
19638
handle
= value;
4 references to handle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
19630
return
handle
;
19637
if (
handle
!= value) {
19655
if (
handle
!= IntPtr.Zero && oleAccAvailable != IntPtr.Zero) {
19656
UseStdAccessibleObjects(
handle
);