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