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