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