3 writes to _boundPage
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (3)
572
_boundPage
= page;
676
_boundPage
= null;
956
_boundPage
= _waitingNavigationPages.Dequeue();
18 references to _boundPage
System.Windows.Forms (18)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (18)
636
return
_boundPage
.GetBoundButtonByID(resultButtonID) ??
675
_boundPage
.Unbind();
914
Debug.Assert(
_boundPage
is not null);
932
_boundPage
.ApplyInitialization();
943
_boundPage
.OnCreated(EventArgs.Empty);
955
_boundPage
.Unbind();
966
_boundPage
.ApplyInitialization();
974
_boundPage
.OnCreated(EventArgs.Empty);
999
_boundPage
.OnDestroyed(EventArgs.Empty);
1049
TaskDialogButton? button =
_boundPage
.GetBoundButtonByID(buttonID);
1135
TaskDialogRadioButton radioButton =
_boundPage
.GetBoundRadioButtonByID(radioButtonID)!;
1154
_boundPage
.Expander!.HandleExpandoButtonClicked((nint)wParam != IntPtr.Zero);
1158
_boundPage
.Verification!.HandleCheckBoxClicked((nint)wParam != IntPtr.Zero);
1162
_boundPage
.OnHelpRequest(EventArgs.Empty);
1168
_boundPage
.OnLinkClicked(new TaskDialogLinkClickedEventArgs(linkHref));
1249
_boundPage
!.OnDestroyed(EventArgs.Empty);
1611
if (
_boundPage
is not null)
1686
UpdateTextElement(TASKDIALOG_ELEMENTS.TDE_MAIN_INSTRUCTION,
_boundPage
!.Heading);