14 references to Settings
PresentationCore (14)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
48FormatSettings settings = fullText.TextStore.Settings; 143upStartMainText = fullText.TextStore.Settings.TextIndent
MS\Internal\TextFormatting\FullTextLine.cs (2)
198FormatSettings settings = store.Settings; 753int finiteFormatWidth = _fullText.TextStore.Settings.GetFiniteFormatWidth(
MS\Internal\TextFormatting\FullTextState.cs (3)
179FormatSettings settings = _store.Settings; 267return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 624get { return _store.Settings.Formatter; }
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
369FormatSettings settings = store.Settings; 425lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.Pap.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode)); 426lstTextMetrics.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)
2095Settings.Formatter.TextFormattingMode, 2188Settings.Formatter.TextFormattingMode,