1 instantiation of LsPap
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
308lspap = new LsPap();
8 references to LsPap
PresentationCore (8)
MS\Internal\TextFormatting\LineServices.cs (1)
45ref LsPap lspap
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
301ref LsPap lspap // [out] paragraph properties 321lspap.grpf |= LsPap.Flags.fFmiTreatHyphenAsRegular; 327lspap.grpf |= LsPap.Flags.fFmiApplyBreakingRules; 331lspap.grpf |= LsPap.Flags.fFmiApplyBreakingRules; 335lspap.grpf |= LsPap.Flags.fFmiForceBreakAsNext; 340lspap.grpf |= LsPap.Flags.fFmiAllowHyphenation; 351lspap.grpf |= LsPap.Flags.fFmiAnm;