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)
640return _boundPage.GetBoundButtonByID(resultButtonID) ?? 679_boundPage.Unbind(); 918Debug.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); 1053TaskDialogButton? button = _boundPage.GetBoundButtonByID(buttonID); 1139TaskDialogRadioButton 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); 1615if (_boundPage is not null) 1690UpdateTextElement(TASKDIALOG_ELEMENTS.TDE_MAIN_INSTRUCTION, _boundPage!.Heading);