14 references to Settings
PresentationCore (14)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
48
FormatSettings settings = fullText.TextStore.
Settings
;
143
upStartMainText = fullText.TextStore.
Settings
.TextIndent
MS\Internal\TextFormatting\FullTextLine.cs (2)
198
FormatSettings settings = store.
Settings
;
753
int finiteFormatWidth = _fullText.TextStore.
Settings
.GetFiniteFormatWidth(
MS\Internal\TextFormatting\FullTextState.cs (3)
179
FormatSettings settings = _store.
Settings
;
267
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.
Settings
.TextIndent);
624
get { return _store.
Settings
.Formatter; }
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
369
FormatSettings settings = store.
Settings
;
425
lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.Pap.EmSize, Constants.DefaultIdealToReal, store.
Settings
.TextSource.PixelsPerDip, fullText.TextFormattingMode));
426
lstTextMetrics.dvMultiLineHeight = (int)Math.Round(typeface.LineSpacing(store.Pap.EmSize, Constants.DefaultIdealToReal, store.
Settings
.TextSource.PixelsPerDip, fullText.TextFormattingMode));
1721
(float)FullText.StoreFrom(lsrunFirst.Type).
Settings
.TextSource.PixelsPerDip,
MS\Internal\TextFormatting\TextMetrics.cs (1)
129
_pixelsPerDip = store.
Settings
.TextSource.PixelsPerDip;
MS\Internal\TextFormatting\TextStore.cs (2)
2095
Settings
.Formatter.TextFormattingMode,
2188
Settings
.Formatter.TextFormattingMode,