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