14 references to Settings
PresentationCore (14)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
49
FormatSettings settings = fullText.TextStore.
Settings
;
144
upStartMainText = fullText.TextStore.
Settings
.TextIndent
MS\Internal\TextFormatting\FullTextLine.cs (2)
199
FormatSettings settings = store.
Settings
;
754
int finiteFormatWidth = _fullText.TextStore.
Settings
.GetFiniteFormatWidth(
MS\Internal\TextFormatting\FullTextState.cs (3)
180
FormatSettings settings = _store.
Settings
;
268
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.
Settings
.TextIndent);
625
get { return _store.
Settings
.Formatter; }
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
370
FormatSettings settings = store.
Settings
;
426
lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.Pap.EmSize, Constants.DefaultIdealToReal, store.
Settings
.TextSource.PixelsPerDip, fullText.TextFormattingMode));
427
lstTextMetrics.dvMultiLineHeight = (int)Math.Round(typeface.LineSpacing(store.Pap.EmSize, Constants.DefaultIdealToReal, store.
Settings
.TextSource.PixelsPerDip, fullText.TextFormattingMode));
1722
(float)FullText.StoreFrom(lsrunFirst.Type).
Settings
.TextSource.PixelsPerDip,
MS\Internal\TextFormatting\TextMetrics.cs (1)
130
_pixelsPerDip = store.
Settings
.TextSource.PixelsPerDip;
MS\Internal\TextFormatting\TextStore.cs (2)
2096
Settings
.Formatter.TextFormattingMode,
2189
Settings
.Formatter.TextFormattingMode,