1 instantiation of LsPap
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
289lspap = new LsPap();
8 references to LsPap
PresentationCore (8)
MS\Internal\TextFormatting\LineServices.cs (1)
40ref LsPap lspap
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
282ref LsPap lspap // [out] paragraph properties 302lspap.grpf |= LsPap.Flags.fFmiTreatHyphenAsRegular; 308lspap.grpf |= LsPap.Flags.fFmiApplyBreakingRules; 312lspap.grpf |= LsPap.Flags.fFmiApplyBreakingRules; 316lspap.grpf |= LsPap.Flags.fFmiForceBreakAsNext; 321lspap.grpf |= LsPap.Flags.fFmiAllowHyphenation; 332lspap.grpf |= LsPap.Flags.fFmiAnm;