2 writes to BoundDialog
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
850
BoundDialog
= owner;
993
BoundDialog
= null;
40 references to BoundDialog
System.Windows.Forms (38)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogButton.cs (3)
190
BoundPage!.
BoundDialog
!.SetButtonEnabled(ButtonID, value);
222
BoundPage!.
BoundDialog
!.SetButtonElevationRequiredState(ButtonID, value);
346
BoundPage!.
BoundDialog
!.ClickButton(ButtonID);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogControl.cs (1)
37
/// <see cref="TaskDialogPage.
BoundDialog
"/>.
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogExpander.cs (1)
89
BoundPage.
BoundDialog
!.UpdateTextElement(
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (2)
76
BoundPage.
BoundDialog
!.UpdateTextElement(
130
BoundPage.
BoundDialog
!.UpdateIconElement(
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (20)
72
/// When this event occurs, the <see cref="
BoundDialog
"/> property will return
88
/// After this event occurs, the <see cref="
BoundDialog
"/> property will return
293
BoundDialog
?.UpdateCaption(value);
316
if (
BoundDialog
is not null)
327
BoundDialog
.UpdateTextElement(TASKDIALOG_ELEMENTS.TDE_MAIN_INSTRUCTION, value);
352
if (
BoundDialog
is not null)
360
BoundDialog
.UpdateTextElement(TASKDIALOG_ELEMENTS.TDE_CONTENT, value);
401
if (
BoundDialog
is not null)
414
BoundDialog
.UpdateIconElement(
579
/// Gets a value that indicates if the <see cref="
BoundDialog
"/>
583
internal bool WaitingForInitialization =>
BoundDialog
is not null && !_appliedInitialization;
609
/// The page instance is not currently bound to a dialog, <see cref="
BoundDialog
"/> is <see langword="null"/>.
622
if (
BoundDialog
is null)
627
BoundDialog
.Navigate(page);
689
if (
BoundDialog
is not null)
707
if (
BoundDialog
is null)
734
if (
BoundDialog
is null)
745
if (
BoundDialog
is not null)
843
if (
BoundDialog
is not null)
964
if (
BoundDialog
is null)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogProgressBar.cs (5)
142
BoundPage.
BoundDialog
!.SetProgressBarRange(value, _maximum);
188
BoundPage.
BoundDialog
!.SetProgressBarRange(_minimum, value);
234
BoundPage.
BoundDialog
!.SetProgressBarPosition(value);
246
BoundPage.
BoundDialog
!.SetProgressBarPosition(value);
345
TaskDialog taskDialog = BoundPage.
BoundDialog
!;
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (4)
64
BoundPage!.
BoundDialog
!.SetRadioButtonEnabled(_radioButtonID, value);
204
if (BoundPage.
BoundDialog
!.RadioButtonClickedStackCount > 0)
219
BoundPage.
BoundDialog
.ClickRadioButton(_radioButtonID);
235
TaskDialog boundDialog = BoundPage.
BoundDialog
;
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogVerificationCheckBox.cs (2)
110
BoundPage.
BoundDialog
!.ClickCheckBox(value);
125
BoundPage!.
BoundDialog
!.ClickCheckBox(_checked, true);
System.Windows.Forms.Tests (2)
System\Windows\Forms\TaskDialogTests.cs (2)
24
page.
BoundDialog
.Close();
50
page.
BoundDialog
.Close();