18 instantiations of TaskDialogPage
Accessibility_Core_App (3)
TaskDialogTesting.cs (3)
12
TaskDialogPage page1 =
new
()
53
TaskDialog.ShowDialog(new
TaskDialogPage
()
65
TaskDialogPage page2 =
new
()
System.Windows.Forms.Tests (2)
System\Windows\Forms\TaskDialogTests.cs (2)
19
TaskDialogPage page =
new
();
43
TaskDialogPage page =
new
();
WinFormsControlsTest (13)
TaskDialogSamples.cs (13)
71
TaskDialogButton result = TaskDialog.ShowDialog(this, new
TaskDialogPage
()
91
TaskDialogPage page =
new
()
131
TaskDialogPage page =
new
()
156
TaskDialogPage page =
new
()
200
TaskDialogPage page =
new
()
258
TaskDialogPage initialPage =
new
()
287
TaskDialogPage inProgressPage =
new
()
320
TaskDialogPage finishedPage =
new
()
416
TaskDialogPage page =
new
()
462
TaskDialogPage page1 =
new
()
503
TaskDialog.ShowDialog(new
TaskDialogPage
()
515
TaskDialogPage page2 =
new
()
544
TaskDialogPage page =
new
()
83 references to TaskDialogPage
Accessibility_Core_App (2)
TaskDialogTesting.cs (2)
12
TaskDialogPage
page1 = new()
65
TaskDialogPage
page2 = new()
System.Windows.Forms (68)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (27)
70
private
TaskDialogPage
? _boundPage;
73
/// A queue of <see cref="
TaskDialogPage
"/>s that have been bound by
79
private readonly Queue<
TaskDialogPage
> _waitingNavigationPages = new();
93
/// <see cref="
TaskDialogPage
.Created"/> event has been called for the
94
/// current <see cref="
TaskDialogPage
"/> and so the corresponding
95
/// <see cref="
TaskDialogPage
.Destroyed"/> can be called later.
100
/// <see cref="
TaskDialogPage
.Destroyed"/> event without raising the
101
/// <see cref="
TaskDialogPage
.Created"/> event first (e.g. if navigation
145
/// so that <see cref="ShowDialog(IntPtr,
TaskDialogPage
, TaskDialogStartupLocation)"/> can then return it.
161
/// <see cref="Navigate(
TaskDialogPage
)"/>.
165
/// This is used to detect if you call <see cref="Navigate(
TaskDialogPage
)"/>
166
/// from within an event raised by <see cref="Navigate(
TaskDialogPage
)"/>,
226
/// Gets a value that indicates whether <see cref="ShowDialog(IntPtr,
TaskDialogPage
, TaskDialogStartupLocation)"/> is
329
TaskDialogPage
page,
363
TaskDialogPage
page,
397
TaskDialogPage
page,
460
TaskDialogPage
page,
493
TaskDialogPage
page,
527
TaskDialogPage
page,
550
TaskDialogPage
page,
684
foreach (
TaskDialogPage
dialogPage in _waitingNavigationPages)
904
if (
TaskDialogPage
.IsNativeStringNullOrEmpty(caption))
1195
internal unsafe void Navigate(
TaskDialogPage
page)
1326
TaskDialogPage
element = _waitingNavigationPages.Dequeue();
1350
TaskDialogPage
page,
1643
$"{nameof(
TaskDialogPage
)}.{nameof(
TaskDialogPage
.Created)}"));
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogButton.cs (7)
45
/// <see cref="
TaskDialogPage
.HelpRequest"/> event afterwards).
99
/// <see cref="
TaskDialogPage
.AllowCancel"/>).
140
/// <see cref="
TaskDialogPage
.HelpRequest"/> event.
159
/// <see cref="
TaskDialogPage
.HelpRequest"/> should be raised.
239
/// <see cref="
TaskDialogPage
.AllowCancel"/> is set), or to call the
337
/// but the <see cref="
TaskDialogPage
.Created"/> event has not been raised yet.
377
internal TASKDIALOG_FLAGS Bind(
TaskDialogPage
page, int customButtonID)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogButtonCollection.cs (1)
23
internal
TaskDialogPage
? BoundPage { get; set; }
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogControl.cs (6)
26
/// Gets the <see cref="
TaskDialogPage
"/> instance which this control
30
/// The <see cref="
TaskDialogPage
"/> instance which this control is bound to, or
37
/// <see cref="
TaskDialogPage
.BoundDialog"/>.
41
/// different <see cref="
TaskDialogPage
"/> instance at the same time.
44
public
TaskDialogPage
? BoundPage { get; private set; }
58
internal TASKDIALOG_FLAGS Bind(
TaskDialogPage
page)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogExpander.cs (1)
196
internal override bool IsCreatable => base.IsCreatable && !
TaskDialogPage
.IsNativeStringNullOrEmpty(_text);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (6)
101
/// <see cref="
TaskDialogPage
.Created"/> event has not been raised yet.
120
TaskDialogPage
.GetFooterIconValue(value);
139
internal override bool IsCreatable => base.IsCreatable && !
TaskDialogPage
.IsNativeStringNullOrEmpty(_text);
147
internal TASKDIALOG_FLAGS Bind(
TaskDialogPage
page, out TASKDIALOGCONFIG._Anonymous2_e__Union icon)
151
icon =
TaskDialogPage
.GetFooterIconValue(_icon).iconUnion;
161
_boundIconIsFromHandle =
TaskDialogPage
.GetFooterIconValue(_icon).iconIsFromHandle ?? false;
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogIcon.cs (1)
10
/// (by setting the <see cref="
TaskDialogPage
.Icon"/> property) or in the
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogLinkClickedEventArgs.cs (1)
7
/// Provides data for the <see cref="
TaskDialogPage
.LinkClicked"/> event.
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (12)
14
/// <see cref="Navigate(
TaskDialogPage
)"/> method with a target <see cref="
TaskDialogPage
"/>
65
/// has created the GUI elements represented by this <see cref="
TaskDialogPage
"/> instance.
80
/// by this <see cref="
TaskDialogPage
"/> instance and it is about to be
101
/// Initializes a new instance of the <see cref="
TaskDialogPage
"/> class.
460
/// <see cref="
TaskDialogPage
"/> where this flag is set, it will keep on
461
/// subsequent navigations to a new <see cref="
TaskDialogPage
"/> even when
618
public void Navigate(
TaskDialogPage
page)
701
$"{nameof(
TaskDialogPage
)}.{nameof(Created)}"));
749
nameof(
TaskDialogPage
),
760
nameof(
TaskDialogPage
),
773
nameof(
TaskDialogPage
),
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogProgressBar.cs (1)
43
/// except if this instance is the default instance created by a <see cref="
TaskDialogPage
"/>,
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (2)
113
/// but the <see cref="
TaskDialogPage
.Created"/> event has not been raised yet.
266
internal TASKDIALOG_FLAGS Bind(
TaskDialogPage
page, int radioButtonID)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButtonCollection.cs (1)
23
internal
TaskDialogPage
? BoundPage { get; set; }
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogVerificationCheckBox.cs (2)
88
/// verification checkbox instance, but the <see cref="
TaskDialogPage
.Created"/> event has not been raised yet.
115
internal override bool IsCreatable => base.IsCreatable && !
TaskDialogPage
.IsNativeStringNullOrEmpty(_text);
System.Windows.Forms.Tests (2)
System\Windows\Forms\TaskDialogTests.cs (2)
19
TaskDialogPage
page = new();
43
TaskDialogPage
page = new();
WinFormsControlsTest (11)
TaskDialogSamples.cs (11)
91
TaskDialogPage
page = new()
131
TaskDialogPage
page = new()
156
TaskDialogPage
page = new()
200
TaskDialogPage
page = new()
258
TaskDialogPage
initialPage = new()
287
TaskDialogPage
inProgressPage = new()
320
TaskDialogPage
finishedPage = new()
416
TaskDialogPage
page = new()
462
TaskDialogPage
page1 = new()
515
TaskDialogPage
page2 = new()
544
TaskDialogPage
page = new()