16 references to Pap
PresentationCore (16)
MS\Internal\TextFormatting\FullTextState.cs (4)
179ParaProp pap = _store.Pap; 268return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 427if (_store.Pap.Hyphenator != null) 433_store.Pap.Hyphenator,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
237SetChpFormat(FullText.TextStore.Pap.TextDecorations, ref lschp); 293ParaProp pap = store.Pap; 369ParaProp pap = store.Pap; 375lsLineProps.durLeft = TextFormatterImp.RealToIdeal(markerStore.Pap.TextMarkerProperties.Offset); 425Typeface typeface = store.Pap.DefaultTypeface; 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));
MS\Internal\TextFormatting\TextMetrics.cs (1)
180ParaProp pap = store.Pap;
MS\Internal\TextFormatting\TextStore.cs (4)
1188Pap.RightToLeft; 1585uniformBidiLevel = (Pap.RightToLeft ? 1 : 0); 1600Debug.Assert(uniformBidiLevel == (Pap.RightToLeft ? 1 : 0)); 1766(byte)(Pap.RightToLeft ? 1 : 0)