14 references to Settings
PresentationCore (14)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
71
FormatSettings settings = fullText.TextStore.
Settings
;
165
lineWidths.upStartMainText = fullText.TextStore.
Settings
.TextIndent;
MS\Internal\TextFormatting\FullTextLine.cs (2)
212
FormatSettings settings = store.
Settings
;
767
int finiteFormatWidth = _fullText.TextStore.
Settings
.GetFiniteFormatWidth(
MS\Internal\TextFormatting\FullTextState.cs (3)
186
FormatSettings settings = _store.
Settings
;
272
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.
Settings
.TextIndent);
629
get { return _store.
Settings
.Formatter; }
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
400
FormatSettings settings = store.
Settings
;
456
lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.Pap.EmSize, Constants.DefaultIdealToReal, store.
Settings
.TextSource.PixelsPerDip, fullText.TextFormattingMode));
457
lstTextMetrics.dvMultiLineHeight = (int)Math.Round(typeface.LineSpacing(store.Pap.EmSize, Constants.DefaultIdealToReal, store.
Settings
.TextSource.PixelsPerDip, fullText.TextFormattingMode));
1750
(float)FullText.StoreFrom(lsrunFirst.Type).
Settings
.TextSource.PixelsPerDip,
MS\Internal\TextFormatting\TextMetrics.cs (1)
145
_pixelsPerDip = store.
Settings
.TextSource.PixelsPerDip;
MS\Internal\TextFormatting\TextStore.cs (2)
2111
Settings
.Formatter.TextFormattingMode,
2204
Settings
.Formatter.TextFormattingMode,