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)
162Footnote = new TaskDialogFootnote() 548Footnote = 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 34public 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)
46private TaskDialogFootnote? _footnote; 224/// The footnote will only be shown if its <see cref="TaskDialogFootnote.Text"/> property 231public TaskDialogFootnote? Footnote 520/// or <see cref="TaskDialogFootnote.Text"/> properties.