3 writes to Text
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (1)
177Text = _text;
WinFormsControlsTest (2)
TaskDialogSamples.cs (2)
164Text = "Note: You can change the difficulty level later " + 548Footnote = new() { Text = """<a href="Href 3">Link with literal '&&'</a> Text with &accelerator""" },
6 references to Text
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
1393sizeToAllocate += SizeOfString(page.Footnote?.Text); 1464pszFooter = MarshalString(page.Footnote?.Text),
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (2)
53/// <see cref="Text"/> property value was <see langword="null"/> or an empty string. 98/// <see cref="Text"/> property value was <see langword="null"/> or an empty string.
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
224/// The footnote will only be shown if its <see cref="TaskDialogFootnote.Text"/> property 520/// or <see cref="TaskDialogFootnote.Text"/> properties.