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