4 references to IsNewline
PresentationCore (4)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
189
Invariant.Assert(!TextStore.
IsNewline
(lsrun.CharacterAttributeFlags));
MS\Internal\TextFormatting\TextStore.cs (3)
287
&& !
IsNewline
(charFlagsSoFar)
1124
if (runInfo.Plsrun == Plsrun.Text && !
IsNewline
((ushort)runInfo.CharacterAttributeFlags))
1513
Invariant.Assert(!
IsNewline
(charFlags));