3 writes to _handle
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (3)
665_handle = HWND.Null; 918_handle = hWnd; 1012_handle = HWND.Null;
7 references to _handle
System.Windows.Forms (7)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (7)
220return _handle; 243internal bool IsHandleCreated => _handle != IntPtr.Zero; 246PInvokeCore.GetWindowThreadProcessId(_handle, out _) != PInvokeCore.GetCurrentThreadId(); 650Debug.Assert(_handle == IntPtr.Zero); 905PInvoke.SetWindowText(_handle, caption); 917bool isFirstNotification = _handle.IsNull; 1668_handle,