2 writes to _handle
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (2)
243_handle = Owner?.HWND ?? default; 255_handle = (HWND)value;
5 references to _handle
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (5)
246return _handle; 250if (_handle == value) 258if (_handle.IsNull) 264UseStdAccessibleObjects(_handle); 268internal HWND HandleInternal => _handle;