4 overrides of Indent
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
352
public override double
Indent
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
96
public override double
Indent
{ get { return 0.0; } }
371
public override double
Indent
{ get { return _lp._textIndent; } }
453
public override double
Indent
{ get { return _lp.Indent; } }
5 references to Indent
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
269
_indent = textParagraphProperties.
Indent
;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
466
ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphProperties.
Indent
, Constants.RealInfiniteWidth, "paragraphProperties.Indent");
MS\Internal\TextFormatting\TextProperties.cs (1)
40
_indent = TextFormatterImp.RealToIdeal(paragraphProperties.
Indent
);
PresentationFramework (2)
MS\Internal\PtsHost\Line.cs (1)
276
_indent = lineProps.
Indent
;
MS\Internal\Text\LineProperties.cs (1)
453
public override double Indent { get { return _lp.
Indent
; } }