14 references to Settings
PresentationCore (14)
Core\CSharp\MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
79
FormatSettings settings = fullText.TextStore.
Settings
;
178
lineWidths.upStartMainText = fullText.TextStore.
Settings
.TextIndent;
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
235
FormatSettings settings = store.
Settings
;
800
int finiteFormatWidth = _fullText.TextStore.
Settings
.GetFiniteFormatWidth(
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (3)
202
FormatSettings settings = _store.
Settings
;
292
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.
Settings
.TextIndent);
650
get { return _store.
Settings
.Formatter; }
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
432
FormatSettings settings = store.
Settings
;
492
lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.Pap.EmSize, Constants.DefaultIdealToReal, store.
Settings
.TextSource.PixelsPerDip, fullText.TextFormattingMode));
493
lstTextMetrics.dvMultiLineHeight = (int)Math.Round(typeface.LineSpacing(store.Pap.EmSize, Constants.DefaultIdealToReal, store.
Settings
.TextSource.PixelsPerDip, fullText.TextFormattingMode));
1858
(float)FullText.StoreFrom(lsrunFirst.Type).
Settings
.TextSource.PixelsPerDip,
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
151
_pixelsPerDip = store.
Settings
.TextSource.PixelsPerDip;
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
2119
Settings
.Formatter.TextFormattingMode,
2213
Settings
.Formatter.TextFormattingMode,