1 write to PathErrorFound
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
729pathWalker.PathErrorFound += delegate(object sender, PathErrorInfoEventArgs eventArgs)
12 references to PathErrorFound
System.Workflow.ComponentModel (12)
AuthoringOM\Bind.cs (12)
1400if (PathErrorFound != null) 1401PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath)); 1418if (PathErrorFound != null) 1419PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath)); 1482if (PathErrorFound != null) 1483PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath)); 1491if (PathErrorFound != null) 1492PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath)); 1558if (PathErrorFound != null) 1559PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath)); 1567if (PathErrorFound != null) 1568PathErrorFound(this, new PathErrorInfoEventArgs(info, currentPath));