2 instantiations of TASKDIALOG_BUTTON
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
1486
customButtonStructs[i] = new
TASKDIALOG_BUTTON
()
1511
radioButtonStructs[i] = new
TASKDIALOG_BUTTON
()
8 references to TASKDIALOG_BUTTON
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (6)
1403
sizeToAllocate += sizeof(
TASKDIALOG_BUTTON
) * customButtonElements.Count();
1418
sizeToAllocate += sizeof(
TASKDIALOG_BUTTON
) * radioButtonElements.Count();
1477
var customButtonStructs = (
TASKDIALOG_BUTTON
*)currentPtr;
1480
currentPtr += sizeof(
TASKDIALOG_BUTTON
) * customButtonCount;
1502
var radioButtonStructs = (
TASKDIALOG_BUTTON
*)currentPtr;
1505
currentPtr += sizeof(
TASKDIALOG_BUTTON
) * radioButtonCount;
System.Windows.Forms.Primitives (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Windows.Win32.TASKDIALOGCONFIG.g.cs (2)
92
internal unsafe winmdroot.UI.Controls.
TASKDIALOG_BUTTON
* pButtons;
111
internal unsafe winmdroot.UI.Controls.
TASKDIALOG_BUTTON
* pRadioButtons;