14 references to Settings
PresentationCore (14)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
49FormatSettings settings = fullText.TextStore.Settings; 144upStartMainText = fullText.TextStore.Settings.TextIndent
MS\Internal\TextFormatting\FullTextLine.cs (2)
199FormatSettings settings = store.Settings; 754int finiteFormatWidth = _fullText.TextStore.Settings.GetFiniteFormatWidth(
MS\Internal\TextFormatting\FullTextState.cs (3)
180FormatSettings settings = _store.Settings; 268return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 625get { return _store.Settings.Formatter; }
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
370FormatSettings settings = store.Settings; 426lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.Pap.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode)); 427lstTextMetrics.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)
2096Settings.Formatter.TextFormattingMode, 2189Settings.Formatter.TextFormattingMode,