2 instantiations of TaskDialogVerificationCheckBox
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (1)
109
_checkBox = new
TaskDialogVerificationCheckBox
();
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogVerificationCheckBox.cs (1)
42
=>
new
(verificationText);
10 references to TaskDialogVerificationCheckBox
System.Windows.Forms (10)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (3)
44
private
TaskDialogVerificationCheckBox
? _checkBox;
174
/// The verification checkbox will only be shown if its <see cref="
TaskDialogVerificationCheckBox
.Text"/>
181
public
TaskDialogVerificationCheckBox
? Verification
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogVerificationCheckBox.cs (7)
21
/// Initializes a new instance of the <see cref="
TaskDialogVerificationCheckBox
"/> class.
28
/// Initializes a new instance of the <see cref="
TaskDialogVerificationCheckBox
"/> class with
32
/// <param name="isChecked">A value indicating whether the <see cref="
TaskDialogVerificationCheckBox
"/> is in
41
public static implicit operator
TaskDialogVerificationCheckBox
(string verificationText)
70
/// Gets or set a value indicating whether the <see cref="
TaskDialogVerificationCheckBox
"/> is in
74
/// <see langword="true"/> if the <see cref="
TaskDialogVerificationCheckBox
"/> is in the checked state;
129
/// Returns a string that represents the current <see cref="
TaskDialogVerificationCheckBox
"/> control.