6 writes to Document
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
118RenderScope.Document = null; 138RenderScope.Document = Document; 1204RenderScope.Document = null; 1230RenderScope.Document = newDocument;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1844fdv.Document = null;
System\Windows\Controls\RichTextBox.cs (1)
318Document = this.Document
13 references to Document
PresentationFramework (13)
MS\Internal\Documents\DocumentPageTextView.cs (5)
410if (owner == null || owner.Document == null) 418BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo; 419FlowDocumentFormatter formatter = owner.Document.BottomlessFormatter; 454if (owner != null && owner.Document != null) 456owner.Document.StructuralCache.ThrottleBackgroundFormatting();
MS\Internal\Documents\FlowDocumentView.cs (4)
69else if (Document != null) 109if (Document != null) 701if (Document != null) 703service = Document.StructuralCache.TextContainer as TextContainer;
MS\Internal\LayoutDump.cs (1)
557FlowDocumentPage documentPage = fdView.Document.BottomlessFormatter.DocumentPage;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1841if (fdv.Document != null) 1843fdv.Document.Uninitialize();
System\Windows\Controls\RichTextBox.cs (1)
323renderScope.Document.PagePadding = new Thickness(CaretElement.CaretPaddingWidth, 0, CaretElement.CaretPaddingWidth, 0);