1 instantiation of LsPap
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
336lspap = new LsPap();
8 references to LsPap
PresentationCore (8)
Core\CSharp\MS\Internal\TextFormatting\LineServices.cs (1)
47ref LsPap lspap
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
329ref LsPap lspap // [out] paragraph properties 349lspap.grpf |= LsPap.Flags.fFmiTreatHyphenAsRegular; 355lspap.grpf |= LsPap.Flags.fFmiApplyBreakingRules; 359lspap.grpf |= LsPap.Flags.fFmiApplyBreakingRules; 363lspap.grpf |= LsPap.Flags.fFmiForceBreakAsNext; 368lspap.grpf |= LsPap.Flags.fFmiAllowHyphenation; 379lspap.grpf |= LsPap.Flags.fFmiAnm;