1 instantiation of ParaProp
PresentationCore (1)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
424new ParaProp(this, paragraphProperties, useOptimalBreak),
14 references to ParaProp
PresentationCore (14)
MS\Internal\TextFormatting\FormatSettings.cs (3)
27private ParaProp _pap; // current paragraph properties 42ParaProp pap, 111internal ParaProp Pap
MS\Internal\TextFormatting\FullTextLine.cs (1)
198ParaProp pap = settings.Pap;
MS\Internal\TextFormatting\FullTextState.cs (3)
80ParaProp pap = settings.Pap; 179ParaProp pap = _store.Pap; 232ParaProp pap,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
304ParaProp pap = store.Pap; 380ParaProp pap = store.Pap;
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
86ParaProp pap = settings.Pap; 271ParaProp pap = settings.Pap; 1641ParaProp textParagraphProperties,
MS\Internal\TextFormatting\TextMetrics.cs (1)
180ParaProp pap = store.Pap;
MS\Internal\TextFormatting\TextStore.cs (1)
2459internal ParaProp Pap