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)
636return _boundPage.GetBoundButtonByID(resultButtonID) ?? 675_boundPage.Unbind(); 914Debug.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); 1049TaskDialogButton? button = _boundPage.GetBoundButtonByID(buttonID); 1135TaskDialogRadioButton 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); 1611if (_boundPage is not null) 1686UpdateTextElement(TASKDIALOG_ELEMENTS.TDE_MAIN_INSTRUCTION, _boundPage!.Heading);