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