2 writes to _checkBox
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
109
_checkBox
= new TaskDialogVerificationCheckBox();
190
_checkBox
= value;
6 references to _checkBox
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (6)
183
get =>
_checkBox
;
776
.Append(
_checkBox
)
948
if (
_checkBox
is not null)
950
flags |=
_checkBox
.Bind(this);
999
_checkBox
?.Unbind();
1044
_checkBox
?.ApplyInitialization();