3 references to NewLine
System.Data (3)
cdf\src\NetFx40\Tools\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
;