16 references to Pap
PresentationCore (16)
MS\Internal\TextFormatting\FullTextState.cs (4)
185ParaProp pap = _store.Pap; 272return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 431if (_store.Pap.Hyphenator != null) 437_store.Pap.Hyphenator,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
267SetChpFormat(FullText.TextStore.Pap.TextDecorations, ref lschp); 323ParaProp pap = store.Pap; 399ParaProp pap = store.Pap; 405lsLineProps.durLeft = TextFormatterImp.RealToIdeal(markerStore.Pap.TextMarkerProperties.Offset); 455Typeface typeface = store.Pap.DefaultTypeface; 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));
MS\Internal\TextFormatting\TextMetrics.cs (1)
195ParaProp pap = store.Pap;
MS\Internal\TextFormatting\TextStore.cs (4)
1203Pap.RightToLeft; 1600uniformBidiLevel = (Pap.RightToLeft ? 1 : 0); 1615Debug.Assert(uniformBidiLevel == (Pap.RightToLeft ? 1 : 0)); 1781(byte)(Pap.RightToLeft ? 1 : 0)