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
;
765
.Append(
_checkBox
)
937
if (
_checkBox
is not null)
939
flags |=
_checkBox
.Bind(this);
988
_checkBox
?.Unbind();
1033
_checkBox
?.ApplyInitialization();