2 writes to Footnote
WinFormsControlsTest (2)
TaskDialogSamples.cs (2)
162Footnote = new TaskDialogFootnote() 548Footnote = new() { Text = """<a href="Href 3">Link with literal '&&'</a> Text with &accelerator""" },
2 references to Footnote
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
1391sizeToAllocate += SizeOfString(page.Footnote?.Text); 1462pszFooter = MarshalString(page.Footnote?.Text),