4 writes to Document
PresentationFramework (4)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
115
RenderScope.
Document
= null;
135
RenderScope.
Document
= Document;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1838
fdv.
Document
= null;
System\Windows\Controls\RichTextBox.cs (1)
318
Document
= this.Document
15 references to Document
PresentationFramework (15)
MS\Internal\Documents\DocumentPageTextView.cs (5)
410
if (owner == null || owner.
Document
== null)
418
BackgroundFormatInfo backgroundFormatInfo = owner.
Document
.StructuralCache.BackgroundFormatInfo;
419
FlowDocumentFormatter formatter = owner.
Document
.BottomlessFormatter;
454
if (owner != null && owner.
Document
!= null)
456
owner.
Document
.StructuralCache.ThrottleBackgroundFormatting();
MS\Internal\Documents\FlowDocumentView.cs (4)
69
else if (
Document
!= null)
109
if (
Document
!= null)
689
if (
Document
!= null)
691
service =
Document
.StructuralCache.TextContainer as TextContainer;
MS\Internal\LayoutDump.cs (1)
557
FlowDocumentPage documentPage = fdView.
Document
.BottomlessFormatter.DocumentPage;
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1196
RenderScope?.
Document
= null;
1219
RenderScope?.
Document
= newDocument;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1835
if (fdv.
Document
!= null)
1837
fdv.
Document
.Uninitialize();
System\Windows\Controls\RichTextBox.cs (1)
323
renderScope.
Document
.PagePadding = new Thickness(CaretElement.CaretPaddingWidth, 0, CaretElement.CaretPaddingWidth, 0);