4 references to _sourceLocationFound
System.Activities (4)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (4)
123
add { this.
_sourceLocationFound
+= value; }
124
remove { this.
_sourceLocationFound
-= value; }
676
if (this.
_sourceLocationFound
!= null)
678
this.
_sourceLocationFound
(this, new SourceLocationFoundEventArgs(instance, currentLocation, isValueNode));