2 types derived from WorkflowElementDialog
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (1)
124sealed class ErrorDialog : WorkflowElementDialog
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionValueEditor.cs (1)
49private sealed class EditorDialog : WorkflowElementDialog
9 references to WorkflowElementDialog
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (7)
19typeof(WorkflowElementDialog), 25typeof(WorkflowElementDialog)); 30typeof(WorkflowElementDialog)); 35typeof(WorkflowElementDialog), 41typeof(WorkflowElementDialog), 182WorkflowElementDialog dialog = (WorkflowElementDialog)dependencyObject;
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialogWindow.xaml.cs (2)
19WorkflowElementDialog payload; 28public WorkflowElementDialogWindow(WorkflowElementDialog payload, bool okCancel, bool enableMinButton, bool enableMaxButton, Func<bool> onOk)