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