5 references to StartLineName
System.Activities (4)
System\Activities\Debugger\SourceLocationProvider.cs (1)
366if (AttachablePropertyServices.TryGetProperty<int>(obj, XamlDebuggerXmlReader.StartLineName, out startLine) &&
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
288return GetIntegerAttachedProperty(instance, StartLineName); 294AttachablePropertyServices.SetProperty(instance, StartLineName, value); 361if (AttachablePropertyServices.TryGetProperty<int>(source, StartLineName, out startLine) &&
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (1)
28XamlDebuggerXmlReader.StartLineName.MemberName,