1 instantiation of LsPap
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
278lspap = new LsPap();
8 references to LsPap
PresentationCore (8)
MS\Internal\TextFormatting\LineServices.cs (1)
40ref LsPap lspap
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
271ref LsPap lspap // [out] paragraph properties 291lspap.grpf |= LsPap.Flags.fFmiTreatHyphenAsRegular; 297lspap.grpf |= LsPap.Flags.fFmiApplyBreakingRules; 301lspap.grpf |= LsPap.Flags.fFmiApplyBreakingRules; 305lspap.grpf |= LsPap.Flags.fFmiForceBreakAsNext; 310lspap.grpf |= LsPap.Flags.fFmiAllowHyphenation; 321lspap.grpf |= LsPap.Flags.fFmiAnm;