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