1 instantiation of ParaProp
PresentationCore (1)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
447new ParaProp(this, paragraphProperties, useOptimalBreak),
14 references to ParaProp
PresentationCore (14)
MS\Internal\TextFormatting\FormatSettings.cs (3)
32private ParaProp _pap; // current paragraph properties 47ParaProp pap, 116internal ParaProp Pap
MS\Internal\TextFormatting\FullTextLine.cs (1)
213ParaProp pap = settings.Pap;
MS\Internal\TextFormatting\FullTextState.cs (3)
86ParaProp pap = settings.Pap; 185ParaProp pap = _store.Pap; 238ParaProp pap,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
323ParaProp pap = store.Pap; 399ParaProp pap = store.Pap;
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
95ParaProp pap = settings.Pap; 280ParaProp pap = settings.Pap; 1650ParaProp textParagraphProperties,
MS\Internal\TextFormatting\TextMetrics.cs (1)
195ParaProp pap = store.Pap;
MS\Internal\TextFormatting\TextStore.cs (1)
2474internal ParaProp Pap