2 writes to _handle
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (2)
244_handle = Owner?.HWND ?? default; 256_handle = (HWND)value;
5 references to _handle
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (5)
247return _handle; 251if (_handle == value) 259if (_handle.IsNull) 265UseStdAccessibleObjects(_handle); 269internal HWND HandleInternal => _handle;