2 writes to _handle
WindowsBase (2)
Shared\MS\Win32\HwndWrapper.cs (2)
151_handle = new SecurityCriticalDataClass<IntPtr>(UnsafeNativeMethods.CreateWindowEx(exStyle, 263_handle = null;
7 references to _handle
WindowsBase (7)
Shared\MS\Win32\HwndWrapper.cs (7)
167if(_handle == null || _handle.Value == IntPtr.Zero) 239else if (_handle != null && _handle.Value != IntPtr.Zero) 249DestroyWindow(new DestroyWindowArgs(_handle, _classAtom)); 257new DestroyWindowArgs(_handle, _classAtom)); 274SecurityCriticalDataClass<IntPtr> handle = _handle;