2 references to IsOptimalParagraph
PresentationFramework (2)
MS\Internal\PtsHost\TextParaClient.cs (1)
4158
private bool IsOptimalParagraph { get { return TextParagraph.
IsOptimalParagraph
; } }
MS\Internal\PtsHost\TextParagraph.cs (1)
147
fstxtprops.fOptimizeParagraph = PTS.FromBoolean(
IsOptimalParagraph
);