3 references to NewLine
System.Activities.Presentation (3)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\SourceTextScanner.cs (3)
145
if (currentPair.Item1 ==
NewLine
)
180
if (index + 1 < this.source.Length && this.source[index + 1] ==
NewLine
)
185
currentChar =
NewLine
;