3 references to GetFileName
System.Activities (3)
System\Activities\Debugger\InstrumentationTracker.cs (1)
75string sourcePath = XamlDebuggerXmlReader.GetFileName(activity) as string;
System\Activities\Debugger\SourceLocationProvider.cs (2)
92sourcePath = XamlDebuggerXmlReader.GetFileName(rootActivity) as string; 108string bodySourcePath = XamlDebuggerXmlReader.GetFileName(body) as string;