6 instantiations of PathErrorInfoEventArgs
System.Workflow.ComponentModel (6)
AuthoringOM\Bind.cs (6)
1401PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath)); 1419PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath)); 1483PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath)); 1492PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath)); 1559PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath)); 1568PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath));
3 references to PathErrorInfoEventArgs
System.Workflow.ComponentModel (3)
AuthoringOM\Bind.cs (1)
1361public EventHandler<PathErrorInfoEventArgs> PathErrorFound; //if there was an error parsing or walking the path
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (2)
723PathErrorInfoEventArgs errorEventArgs = null; 729pathWalker.PathErrorFound += delegate(object sender, PathErrorInfoEventArgs eventArgs)