Пример #1
0
 internal ParagraphImpl GetParagraphImpl(OnDemandProcessingContext context)
 {
     if (m_paragraphImpl == null)
     {
         m_paragraphImpl = (ParagraphImpl)m_textBox.GetTextBoxImpl(context).Paragraphs[m_indexInCollection];
     }
     return(m_paragraphImpl);
 }
Пример #2
0
 public ParagraphImpl GetParagraphImpl(OnDemandProcessingContext context)
 {
     if (this.m_paragraphImpl == null)
     {
         this.m_paragraphImpl = (ParagraphImpl)this.m_textBox.GetTextBoxImpl(context).Paragraphs[this.m_indexInCollection];
     }
     return(this.m_paragraphImpl);
 }