1 instantiation of PreviewLoadEventArgs
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
531
this.PreviewLoad(this, new
PreviewLoadEventArgs
(instance, this.context));
2 references to PreviewLoadEventArgs
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
27
static public void PreviewLoadRoot(object sender, WorkflowDesigner.
PreviewLoadEventArgs
args)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
94
internal event EventHandler<
PreviewLoadEventArgs
> PreviewLoad;