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