3 writes to _boundPage
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (3)
576
_boundPage
= page;
680
_boundPage
= null;
960
_boundPage
= _waitingNavigationPages.Dequeue();
18 references to _boundPage
System.Windows.Forms (18)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (18)
640
return
_boundPage
.GetBoundButtonByID(resultButtonID) ??
679
_boundPage
.Unbind();
918
Debug.Assert(
_boundPage
is not null);
936
_boundPage
.ApplyInitialization();
947
_boundPage
.OnCreated(EventArgs.Empty);
959
_boundPage
.Unbind();
970
_boundPage
.ApplyInitialization();
978
_boundPage
.OnCreated(EventArgs.Empty);
1003
_boundPage
.OnDestroyed(EventArgs.Empty);
1053
TaskDialogButton? button =
_boundPage
.GetBoundButtonByID(buttonID);
1139
TaskDialogRadioButton radioButton =
_boundPage
.GetBoundRadioButtonByID(radioButtonID)!;
1158
_boundPage
.Expander!.HandleExpandoButtonClicked((nint)wParam != IntPtr.Zero);
1162
_boundPage
.Verification!.HandleCheckBoxClicked((nint)wParam != IntPtr.Zero);
1166
_boundPage
.OnHelpRequest(EventArgs.Empty);
1172
_boundPage
.OnLinkClicked(new TaskDialogLinkClickedEventArgs(linkHref));
1253
_boundPage
!.OnDestroyed(EventArgs.Empty);
1615
if (
_boundPage
is not null)
1690
UpdateTextElement(TASKDIALOG_ELEMENTS.TDE_MAIN_INSTRUCTION,
_boundPage
!.Heading);