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