5 references to EndLineName
System.Activities (4)
System\Activities\Debugger\SourceLocationProvider.cs (1)
368AttachablePropertyServices.TryGetProperty<int>(obj, XamlDebuggerXmlReader.EndLineName, out endLine) &&
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
314return GetIntegerAttachedProperty(instance, EndLineName); 320AttachablePropertyServices.SetProperty(instance, EndLineName, value); 363AttachablePropertyServices.TryGetProperty<int>(source, EndLineName, out endLine) &&
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (1)
30XamlDebuggerXmlReader.EndLineName.MemberName,