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