4 writes to Text
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogExpander.cs (1)
235Text = _text;
WinFormsControlsTest (3)
TaskDialogSamples.cs (3)
302Text = "Initializing...", 380inProgressPage.Expander.Text = $"Progress: {progressValue} %"; 549Expander = new() { Text = """<a href="Href 4">Link 4</a>""" },
5 references to Text
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
1390sizeToAllocate += SizeOfString(page.Expander?.Text); 1461pszExpandedInformation = MarshalString(page.Expander?.Text),
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogExpander.cs (1)
66/// <see cref="Text"/> property value was <see langword="null"/> or an empty string.
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
200/// <see cref="TaskDialogExpander.Text"/> property is not <see langword="null"/> or an empty string. 519/// <see cref="TaskDialogExpander.Text"/>,