1 write to _lineProperties
PresentationFramework (1)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
185
_lineProperties
= lineProperties;
7 references to _lineProperties
PresentationFramework (7)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (7)
237
_line.Draw(ctx, new Point(delta, 0), ((
_lineProperties
.FlowDirection == FlowDirection.RightToLeft) ? InvertAxes.Horizontal : InvertAxes.None));
447
TextRunProperties properties =
_lineProperties
.DefaultTextRunProperties;
539
if (
_lineProperties
.TextAlignmentInternal == TextAlignment.Right)
543
else if (
_lineProperties
.TextAlignmentInternal == TextAlignment.Center)
550
if (
_lineProperties
.TextAlignmentInternal == TextAlignment.Center)
581
return ((
_lineProperties
.TextAlignmentInternal == TextAlignment.Right ||
_lineProperties
.TextAlignmentInternal == TextAlignment.Center) && IsWidthAdjusted);