10 references to MarshalString
System.Windows.Forms (10)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (10)
1453
pszWindowTitle =
MarshalString
(page.Caption),
1454
pszMainInstruction =
MarshalString
(page.Heading),
1455
pszContent =
MarshalString
(page.Text),
1456
pszVerificationText =
MarshalString
(page.Verification?.Text),
1457
pszExpandedInformation =
MarshalString
(page.Expander?.Text),
1458
pszExpandedControlText =
MarshalString
(page.Expander?.ExpandedButtonText),
1459
pszCollapsedControlText =
MarshalString
(page.Expander?.CollapsedButtonText),
1460
pszFooter =
MarshalString
(page.Footnote?.Text),
1485
pszButtonText =
MarshalString
(text)
1510
pszButtonText =
MarshalString
(text)