1 instantiation of PreviewLoadEventArgs
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
531this.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)
27static public void PreviewLoadRoot(object sender, WorkflowDesigner.PreviewLoadEventArgs args)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
94internal event EventHandler<PreviewLoadEventArgs> PreviewLoad;