16 references to Pap
PresentationCore (16)
MS\Internal\TextFormatting\FullTextState.cs (4)
185
ParaProp pap = _store.
Pap
;
272
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.
Pap
.TextMarkerProperties.Offset) - _store.Settings.TextIndent);
431
if (_store.
Pap
.Hyphenator != null)
437
_store.
Pap
.Hyphenator,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
267
SetChpFormat(FullText.TextStore.
Pap
.TextDecorations, ref lschp);
323
ParaProp pap = store.
Pap
;
399
ParaProp pap = store.
Pap
;
405
lsLineProps.durLeft = TextFormatterImp.RealToIdeal(markerStore.
Pap
.TextMarkerProperties.Offset);
455
Typeface typeface = store.
Pap
.DefaultTypeface;
456
lstTextMetrics.dvAscent = (int)Math.Round(typeface.Baseline(store.
Pap
.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode));
457
lstTextMetrics.dvMultiLineHeight = (int)Math.Round(typeface.LineSpacing(store.
Pap
.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode));
MS\Internal\TextFormatting\TextMetrics.cs (1)
195
ParaProp pap = store.
Pap
;
MS\Internal\TextFormatting\TextStore.cs (4)
1203
Pap
.RightToLeft;
1600
uniformBidiLevel = (
Pap
.RightToLeft ? 1 : 0);
1615
Debug.Assert(uniformBidiLevel == (
Pap
.RightToLeft ? 1 : 0));
1781
(byte)(
Pap
.RightToLeft ? 1 : 0)