16 references to Pap
PresentationCore (16)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (4)
201
ParaProp pap = _store.
Pap
;
292
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.
Pap
.TextMarkerProperties.Offset) - _store.Settings.TextIndent);
452
if (_store.
Pap
.Hyphenator != null)
458
_store.
Pap
.Hyphenator,
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
291
SetChpFormat(FullText.TextStore.
Pap
.TextDecorations, ref lschp);
351
ParaProp pap = store.
Pap
;
431
ParaProp pap = store.
Pap
;
437
lsLineProps.durLeft = TextFormatterImp.RealToIdeal(markerStore.
Pap
.TextMarkerProperties.Offset);
491
Typeface typeface = store.
Pap
.DefaultTypeface;
492
lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.
Pap
.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode));
493
lstTextMetrics.dvMultiLineHeight = (int)Math.Round(typeface.LineSpacing(store.
Pap
.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode));
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
201
ParaProp pap = store.
Pap
;
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (4)
1214
Pap
.RightToLeft;
1611
uniformBidiLevel = (
Pap
.RightToLeft ? 1 : 0);
1626
Debug.Assert(uniformBidiLevel == (
Pap
.RightToLeft ? 1 : 0));
1789
(byte)(
Pap
.RightToLeft ? 1 : 0)