6 writes to Document
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
119RenderScope.Document = null; 139RenderScope.Document = Document; 1217RenderScope.Document = null; 1243RenderScope.Document = newDocument;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1914fdv.Document = null;
System\Windows\Controls\RichTextBox.cs (1)
319Document = this.Document
13 references to Document
PresentationFramework (13)
MS\Internal\Documents\DocumentPageTextView.cs (5)
411if (owner == null || owner.Document == null) 419BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo; 420FlowDocumentFormatter formatter = owner.Document.BottomlessFormatter; 455if (owner != null && owner.Document != null) 457owner.Document.StructuralCache.ThrottleBackgroundFormatting();
MS\Internal\Documents\FlowDocumentView.cs (4)
70else if (Document != null) 110if (Document != null) 753if (Document != null) 755service = Document.StructuralCache.TextContainer as TextContainer;
MS\Internal\LayoutDump.cs (1)
558FlowDocumentPage documentPage = fdView.Document.BottomlessFormatter.DocumentPage;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1911if (fdv.Document != null) 1913fdv.Document.Uninitialize();
System\Windows\Controls\RichTextBox.cs (1)
324renderScope.Document.PagePadding = new Thickness(CaretElement.CaretPaddingWidth, 0, CaretElement.CaretPaddingWidth, 0);