1 write to _lineProperties
PresentationFramework (1)
MS\Internal\Documents\TextBoxLine.cs (1)
176
_lineProperties
= lineProperties;
7 references to _lineProperties
PresentationFramework (7)
MS\Internal\Documents\TextBoxLine.cs (7)
228
_line.Draw(ctx, new Point(delta, 0), ((
_lineProperties
.FlowDirection == FlowDirection.RightToLeft) ? InvertAxes.Horizontal : InvertAxes.None));
438
TextRunProperties properties =
_lineProperties
.DefaultTextRunProperties;
530
if (
_lineProperties
.TextAlignmentInternal == TextAlignment.Right)
534
else if (
_lineProperties
.TextAlignmentInternal == TextAlignment.Center)
541
if (
_lineProperties
.TextAlignmentInternal == TextAlignment.Center)
572
return ((
_lineProperties
.TextAlignmentInternal == TextAlignment.Right ||
_lineProperties
.TextAlignmentInternal == TextAlignment.Center) && IsWidthAdjusted);