2 writes to _resultButton
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
673
_resultButton
= null;
1131
_resultButton
= (button, buttonID);
5 references to _resultButton
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (5)
635
if (resultButtonID ==
_resultButton
?.buttonID)
637
return
_resultButton
.Value.button;
1118
if (
_resultButton
is not null)
1237
if (
_resultButton
is not null || _receivedDestroyedNotification)
1260
if (
_resultButton
is not null)