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