2 references to IsWidthAdjusted
PresentationFramework (2)
MS\Internal\Documents\TextBoxLine.cs (2)
356
if (
IsWidthAdjusted
)
579
return ((_lineProperties.TextAlignmentInternal == TextAlignment.Right || _lineProperties.TextAlignmentInternal == TextAlignment.Center) &&
IsWidthAdjusted
);