6 writes to Document
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
122RenderScope.Document = null; 142RenderScope.Document = Document; 1216RenderScope.Document = null; 1242RenderScope.Document = newDocument;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1921fdv.Document = null;
System\Windows\Controls\RichTextBox.cs (1)
322renderScope.Document = this.Document;
13 references to Document
PresentationFramework (13)
MS\Internal\Documents\DocumentPageTextView.cs (5)
413if (owner == null || owner.Document == null) 421BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo; 422FlowDocumentFormatter formatter = owner.Document.BottomlessFormatter; 457if (owner != null && owner.Document != null) 459owner.Document.StructuralCache.ThrottleBackgroundFormatting();
MS\Internal\Documents\FlowDocumentView.cs (4)
72else if (Document != null) 112if (Document != null) 755if (Document != null) 757service = Document.StructuralCache.TextContainer as TextContainer;
MS\Internal\LayoutDump.cs (1)
559FlowDocumentPage documentPage = fdView.Document.BottomlessFormatter.DocumentPage;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1918if (fdv.Document != null) 1920fdv.Document.Uninitialize();
System\Windows\Controls\RichTextBox.cs (1)
326renderScope.Document.PagePadding = new Thickness(CaretElement.CaretPaddingWidth, 0, CaretElement.CaretPaddingWidth, 0);