4 references to TextContainer
PresentationFramework (4)
src\Framework\System\Windows\Controls\RichTextBox.cs (3)
401_document.TextContainer.CollectTextChanges = false; 426_document.TextContainer.CollectTextChanges = true; 429this.InitializeTextContainer(_document.TextContainer);
src\Framework\System\Windows\Documents\TextElementCollection.cs (1)
732textContainer = ((FlowDocument)_owner).TextContainer;