16 references to Pap
PresentationCore (16)
MS\Internal\TextFormatting\FullTextState.cs (4)
178
ParaProp pap = _store.
Pap
;
267
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.
Pap
.TextMarkerProperties.Offset) - _store.Settings.TextIndent);
426
if (_store.
Pap
.Hyphenator != null)
432
_store.
Pap
.Hyphenator,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
236
SetChpFormat(FullText.TextStore.
Pap
.TextDecorations, ref lschp);
292
ParaProp pap = store.
Pap
;
368
ParaProp pap = store.
Pap
;
374
lsLineProps.durLeft = TextFormatterImp.RealToIdeal(markerStore.
Pap
.TextMarkerProperties.Offset);
424
Typeface typeface = store.
Pap
.DefaultTypeface;
425
lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.
Pap
.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode));
426
lstTextMetrics.dvMultiLineHeight = (int)Math.Round(typeface.LineSpacing(store.
Pap
.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode));
MS\Internal\TextFormatting\TextMetrics.cs (1)
179
ParaProp pap = store.
Pap
;
MS\Internal\TextFormatting\TextStore.cs (4)
1187
Pap
.RightToLeft;
1584
uniformBidiLevel = (
Pap
.RightToLeft ? 1 : 0);
1599
Debug.Assert(uniformBidiLevel == (
Pap
.RightToLeft ? 1 : 0));
1765
(byte)(
Pap
.RightToLeft ? 1 : 0)