16 writes to Text
Accessibility_Core_App (2)
TaskDialogTesting.cs (2)
16
Text
= "Event Demo...",
55
Text
= "Inner Dialog"
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (1)
1016
Text
= _text;
System.Windows.Forms.Tests (2)
System\Windows\Forms\TaskDialogTests.cs (2)
23
page.
Text
= "X";
47
var separateTask = Task.Run(() => page.
Text
= "X");
WinFormsControlsTest (11)
TaskDialogSamples.cs (11)
73
Text
= "Stopping the operation might leave your database in a corrupted state.",
94
Text
= "Stopping the operation might leave your database in a corrupted state.",
203
Text
= $"Reconnecting in {(remainingTenthSeconds + 9) / 10} seconds...",
231
page.
Text
= $"Reconnecting in {(remainingTenthSeconds + 9) / 10} seconds...";
262
Text
= "Do you really want to do a clean-up?\nThis action is irreversible!",
291
Text
= "Please wait while the operation is in progress.",
324
Text
= "The operation finished.",
419
Text
= "The service needs to be restarted to apply the changes.",
466
Text
= "Event Demo...",
505
Text
= "Inner Dialog"
547
Text
= """<a href="Href 1">Link with accelerator &1</a> Text with literal '&&' <a href="Href 2">Link with accelerator &2</a>""",
3 references to Text
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
1388
sizeToAllocate += SizeOfString(page.
Text
);
1459
pszContent = MarshalString(page.
Text
),
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (1)
518
/// as hyperlink when specified in the <see cref="
Text
"/>,