7 references to Bind
System.Windows.Forms (7)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogButton.cs (1)
382TASKDIALOG_FLAGS result = Bind(page);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (1)
149TASKDIALOG_FLAGS result = Bind(page);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (4)
881flags |= standardButton.Bind(this); 939flags |= _checkBox.Bind(this); 944flags |= _expander.Bind(this); 958flags |= _progressBar.Bind(this);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (1)
268TASKDIALOG_FLAGS result = Bind(page);