2 writes to _resultButton
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
669
_resultButton
= null;
1127
_resultButton
= (button, buttonID);
5 references to _resultButton
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (5)
631
if (resultButtonID ==
_resultButton
?.buttonID)
633
return
_resultButton
.Value.button;
1114
if (
_resultButton
is not null)
1233
if (
_resultButton
is not null || _receivedDestroyedNotification)
1256
if (
_resultButton
is not null)