2 instantiations of TASKDIALOG_BUTTON
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
1482
customButtonStructs[i] = new
TASKDIALOG_BUTTON
()
1507
radioButtonStructs[i] = new
TASKDIALOG_BUTTON
()
8 references to TASKDIALOG_BUTTON
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (6)
1399
sizeToAllocate += sizeof(
TASKDIALOG_BUTTON
) * customButtonElements.Count();
1414
sizeToAllocate += sizeof(
TASKDIALOG_BUTTON
) * radioButtonElements.Count();
1473
var customButtonStructs = (
TASKDIALOG_BUTTON
*)currentPtr;
1476
currentPtr += sizeof(
TASKDIALOG_BUTTON
) * customButtonCount;
1498
var radioButtonStructs = (
TASKDIALOG_BUTTON
*)currentPtr;
1501
currentPtr += sizeof(
TASKDIALOG_BUTTON
) * radioButtonCount;
System.Windows.Forms.Primitives (2)
_generated\524\Windows.Win32.TASKDIALOGCONFIG.g.cs (2)
92
internal unsafe winmdroot.UI.Controls.
TASKDIALOG_BUTTON
* pButtons;
111
internal unsafe winmdroot.UI.Controls.
TASKDIALOG_BUTTON
* pRadioButtons;