1 instantiation of ParaProp
PresentationCore (1)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
423new ParaProp(this, paragraphProperties, useOptimalBreak),
14 references to ParaProp
PresentationCore (14)
MS\Internal\TextFormatting\FormatSettings.cs (3)
26private ParaProp _pap; // current paragraph properties 41ParaProp pap, 110internal ParaProp Pap
MS\Internal\TextFormatting\FullTextLine.cs (1)
199ParaProp pap = settings.Pap;
MS\Internal\TextFormatting\FullTextState.cs (3)
79ParaProp pap = settings.Pap; 178ParaProp pap = _store.Pap; 233ParaProp pap,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
292ParaProp pap = store.Pap; 368ParaProp pap = store.Pap;
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
85ParaProp pap = settings.Pap; 270ParaProp pap = settings.Pap; 1636ParaProp textParagraphProperties,
MS\Internal\TextFormatting\TextMetrics.cs (1)
179ParaProp pap = store.Pap;
MS\Internal\TextFormatting\TextStore.cs (1)
2458internal ParaProp Pap