2 instantiations of TASKDIALOG_BUTTON
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
1486customButtonStructs[i] = new TASKDIALOG_BUTTON() 1511radioButtonStructs[i] = new TASKDIALOG_BUTTON()
8 references to TASKDIALOG_BUTTON
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (6)
1403sizeToAllocate += sizeof(TASKDIALOG_BUTTON) * customButtonElements.Count(); 1418sizeToAllocate += sizeof(TASKDIALOG_BUTTON) * radioButtonElements.Count(); 1477var customButtonStructs = (TASKDIALOG_BUTTON*)currentPtr; 1480currentPtr += sizeof(TASKDIALOG_BUTTON) * customButtonCount; 1502var radioButtonStructs = (TASKDIALOG_BUTTON*)currentPtr; 1505currentPtr += 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;