3 writes to _handle
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (3)
669_handle = HWND.Null; 922_handle = hWnd; 1016_handle = HWND.Null;
7 references to _handle
System.Windows.Forms (7)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (7)
221return _handle; 244internal bool IsHandleCreated => _handle != IntPtr.Zero; 247PInvoke.GetWindowThreadProcessId(_handle, out _) != PInvoke.GetCurrentThreadId(); 654Debug.Assert(_handle == IntPtr.Zero); 909PInvoke.SetWindowText(_handle, caption); 921bool isFirstNotification = _handle.IsNull; 1672_handle,