4 instantiations of TaskDialogFootnote
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (1)
35
=>
new
(footnoteText);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (1)
111
_footnote = new
TaskDialogFootnote
();
WinFormsControlsTest (2)
TaskDialogSamples.cs (2)
162
Footnote = new
TaskDialogFootnote
()
548
Footnote =
new
() { Text = """<a href="Href 3">Link with literal '&&'</a> Text with &accelerator""" },
9 references to TaskDialogFootnote
System.Windows.Forms (9)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (4)
17
/// Initializes a new instance of the <see cref="
TaskDialogFootnote
"/> class.
24
/// Initializes a new instance of the <see cref="
TaskDialogFootnote
"/> class
34
public static implicit operator
TaskDialogFootnote
(string footnoteText)
142
/// Returns a string that represents the current <see cref="
TaskDialogFootnote
"/> control.
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogIcon.cs (1)
11
/// footnote of a task dialog (by setting the <see cref="
TaskDialogFootnote
.Icon"/>
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (4)
46
private
TaskDialogFootnote
? _footnote;
224
/// The footnote will only be shown if its <see cref="
TaskDialogFootnote
.Text"/> property
231
public
TaskDialogFootnote
? Footnote
520
/// or <see cref="
TaskDialogFootnote
.Text"/> properties.