4 references to SourceLocationFound
System.Activities (3)
System\Activities\Debugger\SourceLocationProvider.cs (1)
259xamlDebuggerReader.SourceLocationFound += XamlDebuggerXmlReader.SetSourceLocation;
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
89this.SourceLocationFound += XamlDebuggerXmlReader.SetSourceLocation; 118this.SourceLocationFound += XamlDebuggerXmlReader.SetSourceLocation;
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
480debuggerReader.SourceLocationFound += delegate(object sender, SourceLocationFoundEventArgs args)