1 instantiation of SourceLocationFoundEventArgs
System.Activities (1)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (1)
678this._sourceLocationFound(this, new SourceLocationFoundEventArgs(instance, currentLocation, isValueNode));
4 references to SourceLocationFoundEventArgs
System.Activities (3)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
121public event EventHandler<SourceLocationFoundEventArgs> SourceLocationFound 127private event EventHandler<SourceLocationFoundEventArgs> _sourceLocationFound; 373internal static void SetSourceLocation(object sender, SourceLocationFoundEventArgs args)
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
480debuggerReader.SourceLocationFound += delegate(object sender, SourceLocationFoundEventArgs args)