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)
221
return
_handle
;
244
internal bool IsHandleCreated =>
_handle
!= IntPtr.Zero;
247
PInvoke.GetWindowThreadProcessId(
_handle
, out _) != PInvokeCore.GetCurrentThreadId();
654
Debug.Assert(
_handle
== IntPtr.Zero);
909
PInvoke.SetWindowText(
_handle
, caption);
921
bool isFirstNotification =
_handle
.IsNull;
1672
_handle
,