14 references to Settings
PresentationCore (14)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
71FormatSettings settings = fullText.TextStore.Settings; 165lineWidths.upStartMainText = fullText.TextStore.Settings.TextIndent;
MS\Internal\TextFormatting\FullTextLine.cs (2)
212FormatSettings settings = store.Settings; 767int finiteFormatWidth = _fullText.TextStore.Settings.GetFiniteFormatWidth(
MS\Internal\TextFormatting\FullTextState.cs (3)
186FormatSettings settings = _store.Settings; 272return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 629get { return _store.Settings.Formatter; }
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
400FormatSettings settings = store.Settings; 456lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.Pap.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode)); 457lstTextMetrics.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)
2111Settings.Formatter.TextFormattingMode, 2204Settings.Formatter.TextFormattingMode,