14 references to Settings
PresentationCore (14)
Core\CSharp\MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
79FormatSettings settings = fullText.TextStore.Settings; 178lineWidths.upStartMainText = fullText.TextStore.Settings.TextIndent;
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
235FormatSettings settings = store.Settings; 800int finiteFormatWidth = _fullText.TextStore.Settings.GetFiniteFormatWidth(
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (3)
202FormatSettings settings = _store.Settings; 292return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 650get { return _store.Settings.Formatter; }
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
432FormatSettings settings = store.Settings; 492lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.Pap.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode)); 493lstTextMetrics.dvMultiLineHeight = (int)Math.Round(typeface.LineSpacing(store.Pap.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode)); 1858(float)FullText.StoreFrom(lsrunFirst.Type).Settings.TextSource.PixelsPerDip,
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
151_pixelsPerDip = store.Settings.TextSource.PixelsPerDip;
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
2119Settings.Formatter.TextFormattingMode, 2213Settings.Formatter.TextFormattingMode,