16 references to Pap
PresentationCore (16)
MS\Internal\TextFormatting\FullTextState.cs (4)
179
ParaProp pap = _store.
Pap
;
268
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.
Pap
.TextMarkerProperties.Offset) - _store.Settings.TextIndent);
427
if (_store.
Pap
.Hyphenator != null)
433
_store.
Pap
.Hyphenator,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
237
SetChpFormat(FullText.TextStore.
Pap
.TextDecorations, ref lschp);
293
ParaProp pap = store.
Pap
;
369
ParaProp pap = store.
Pap
;
375
lsLineProps.durLeft = TextFormatterImp.RealToIdeal(markerStore.
Pap
.TextMarkerProperties.Offset);
425
Typeface typeface = store.
Pap
.DefaultTypeface;
426
lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.
Pap
.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode));
427
lstTextMetrics.dvMultiLineHeight = (int)Math.Round(typeface.LineSpacing(store.
Pap
.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode));
MS\Internal\TextFormatting\TextMetrics.cs (1)
180
ParaProp pap = store.
Pap
;
MS\Internal\TextFormatting\TextStore.cs (4)
1188
Pap
.RightToLeft;
1585
uniformBidiLevel = (
Pap
.RightToLeft ? 1 : 0);
1600
Debug.Assert(uniformBidiLevel == (
Pap
.RightToLeft ? 1 : 0));
1766
(byte)(
Pap
.RightToLeft ? 1 : 0)