4 references to TextContainer
PresentationFramework (4)
System\Windows\Controls\RichTextBox.cs (3)
388
_document.
TextContainer
.CollectTextChanges = false;
413
_document.
TextContainer
.CollectTextChanges = true;
416
this.InitializeTextContainer(_document.
TextContainer
);
System\Windows\Documents\TextElementCollection.cs (1)
697
textContainer = ((FlowDocument)_owner).
TextContainer
;