3 writes to Text
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (1)
177
Text
= _text;
WinFormsControlsTest (2)
TaskDialogSamples.cs (2)
164
Text
= "Note: You can change the difficulty level later " +
548
Footnote = 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)
1393
sizeToAllocate += SizeOfString(page.Footnote?.
Text
);
1464
pszFooter = 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.