4 references to IsNewline
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
239Invariant.Assert(!TextStore.IsNewline(lsrun.CharacterAttributeFlags));
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (3)
308&& !IsNewline(charFlagsSoFar) 1151if (runInfo.Plsrun == Plsrun.Text && !IsNewline((ushort)runInfo.CharacterAttributeFlags)) 1540Invariant.Assert(!IsNewline(charFlags));