10 references to MarshalString
System.Windows.Forms (10)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (10)
1457
pszWindowTitle =
MarshalString
(page.Caption),
1458
pszMainInstruction =
MarshalString
(page.Heading),
1459
pszContent =
MarshalString
(page.Text),
1460
pszVerificationText =
MarshalString
(page.Verification?.Text),
1461
pszExpandedInformation =
MarshalString
(page.Expander?.Text),
1462
pszExpandedControlText =
MarshalString
(page.Expander?.ExpandedButtonText),
1463
pszCollapsedControlText =
MarshalString
(page.Expander?.CollapsedButtonText),
1464
pszFooter =
MarshalString
(page.Footnote?.Text),
1489
pszButtonText =
MarshalString
(text)
1514
pszButtonText =
MarshalString
(text)