16 references to Pap
PresentationCore (16)
MS\Internal\TextFormatting\FullTextState.cs (4)
178ParaProp pap = _store.Pap; 267return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 426if (_store.Pap.Hyphenator != null) 432_store.Pap.Hyphenator,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
236SetChpFormat(FullText.TextStore.Pap.TextDecorations, ref lschp); 292ParaProp pap = store.Pap; 368ParaProp pap = store.Pap; 374lsLineProps.durLeft = TextFormatterImp.RealToIdeal(markerStore.Pap.TextMarkerProperties.Offset); 424Typeface typeface = store.Pap.DefaultTypeface; 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));
MS\Internal\TextFormatting\TextMetrics.cs (1)
179ParaProp pap = store.Pap;
MS\Internal\TextFormatting\TextStore.cs (4)
1187Pap.RightToLeft; 1584uniformBidiLevel = (Pap.RightToLeft ? 1 : 0); 1599Debug.Assert(uniformBidiLevel == (Pap.RightToLeft ? 1 : 0)); 1765(byte)(Pap.RightToLeft ? 1 : 0)