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)
220
return
_handle
;
243
internal bool IsHandleCreated =>
_handle
!= IntPtr.Zero;
246
PInvokeCore.GetWindowThreadProcessId(
_handle
, out _) != PInvokeCore.GetCurrentThreadId();
650
Debug.Assert(
_handle
== IntPtr.Zero);
905
PInvoke.SetWindowText(
_handle
, caption);
917
bool isFirstNotification =
_handle
.IsNull;
1668
_handle
,