2 writes to _indent
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Line.cs (2)
68
_indent
= 0.0;
285
_indent
= lineProps.Indent;
4 references to _indent
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\Line.cs (4)
464
visual.WidthIncludingTrailingWhitespace = line.WidthIncludingTrailingWhitespace -
_indent
;
813
return TextDpi.ToTextDpi(_line.Start) + TextDpi.ToTextDpi(
_indent
) + CalculateUOffsetShift();
827
width = TextDpi.ToTextDpi(_line.WidthIncludingTrailingWhitespace) - TextDpi.ToTextDpi(
_indent
);
831
width = TextDpi.ToTextDpi(_line.Width) - TextDpi.ToTextDpi(
_indent
);