internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedContainer, DocumentReference docRef)
 {
     Debug.Assert(docRef != null);
     _aggregatedContainer = aggregatedContainer;
     _docRef = docRef;
     _SetStatus(BlockStatus.UnloadedBlock);
 }
Example #2
0
 internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedContainer, DocumentReference docRef)
 {
     Debug.Assert(docRef != null);
     _aggregatedContainer = aggregatedContainer;
     _docRef = docRef;
     _SetStatus(BlockStatus.UnloadedBlock);
 }
Example #3
0
 // Token: 0x06008476 RID: 33910 RVA: 0x00248278 File Offset: 0x00246478
 internal DocumentSequenceHighlights(DocumentSequenceTextContainer textContainer) : base(textContainer)
 {
 }
Example #4
0
        //--------------------------------------------------------------------
        //
        // Connstructors
        //
        //---------------------------------------------------------------------


        #region Ctors
        internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedContainer, ITextContainer childContainer)
        {
            Debug.Assert(childContainer != null);
            _aggregatedContainer = aggregatedContainer;
            _container           = childContainer;
        }
        //----------------------------------------------------- 
        //
        //  Constructors 
        //
        //-----------------------------------------------------

        #region Constructors 
        internal DocumentSequenceHighlightLayer(DocumentSequenceTextContainer docSeqContainer)
        { 
            _docSeqContainer = docSeqContainer; 
        }
 internal DocumentSequenceHighlights(DocumentSequenceTextContainer textContainer)
     : base(textContainer)
 { 
 }
 // Token: 0x06002B9C RID: 11164 RVA: 0x000C7228 File Offset: 0x000C5428
 internal DocumentSequenceHighlightLayer(DocumentSequenceTextContainer docSeqContainer)
 {
     this._docSeqContainer = docSeqContainer;
 }
        //--------------------------------------------------------------------
        //
        // Connstructors
        //
        //---------------------------------------------------------------------


        #region Ctors
        internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedContainer, ITextContainer childContainer)
        {
            Debug.Assert(childContainer != null);
            _aggregatedContainer = aggregatedContainer;
            _container = childContainer;
        }
 // Token: 0x06002B38 RID: 11064 RVA: 0x000C5613 File Offset: 0x000C3813
 internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedContainer, ITextContainer childContainer)
 {
     this._aggregatedContainer = aggregatedContainer;
     this._container           = childContainer;
 }
 // Token: 0x06002B39 RID: 11065 RVA: 0x000C5629 File Offset: 0x000C3829
 internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedContainer, DocumentReference docRef)
 {
     this._aggregatedContainer = aggregatedContainer;
     this._docRef = docRef;
     this._SetStatus(ChildDocumentBlock.BlockStatus.UnloadedBlock);
 }