6 writes to Document
PresentationFramework (6)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
123RenderScope.Document = null; 143RenderScope.Document = Document; 1224RenderScope.Document = null; 1250RenderScope.Document = newDocument;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1952fdv.Document = null;
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
330renderScope.Document = this.Document;
13 references to Document
PresentationFramework (13)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (5)
415if (owner == null || owner.Document == null) 423BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo; 424FlowDocumentFormatter formatter = owner.Document.BottomlessFormatter; 459if (owner != null && owner.Document != null) 461owner.Document.StructuralCache.ThrottleBackgroundFormatting();
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (4)
77else if (Document != null) 117if (Document != null) 760if (Document != null) 762service = Document.StructuralCache.TextContainer as TextContainer;
src\Framework\MS\Internal\LayoutDump.cs (1)
562FlowDocumentPage documentPage = fdView.Document.BottomlessFormatter.DocumentPage;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1949if (fdv.Document != null) 1951fdv.Document.Uninitialize();
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
334renderScope.Document.PagePadding = new Thickness(CaretElement.CaretPaddingWidth, 0, CaretElement.CaretPaddingWidth, 0);