15 references to PageVisual
PresentationFramework (15)
MS\Internal\PtsHost\FlowDocumentPage.cs (15)
283
GeneralTransform transform = this.
PageVisual
.Child.TransformToAncestor(this.
PageVisual
);
332
if(this.
PageVisual
!= null && rectangles.Count > 0)
336
GeneralTransform transform = this.
PageVisual
.Child.TransformToAncestor(this.
PageVisual
);
622
GeneralTransform transform = this.
PageVisual
.Child.TransformToAncestor(this.
PageVisual
);
636
this.
PageVisual
.DrawBackground((Brush)_structuralCache.PropertyOwner.GetValue(FlowDocument.BackgroundProperty), contentViewport);
805
if (this.
PageVisual
!= null)
811
DestroyVisualLinks(this.
PageVisual
);
814
this.
PageVisual
.Children.Clear();
815
this.
PageVisual
.ClearDrawingContext();
844
if (this.
PageVisual
== null)
851
this.
PageVisual
.DrawBackground((Brush)_structuralCache.PropertyOwner.GetValue(FlowDocument.BackgroundProperty), new Rect(_partitionSize));
860
this.
PageVisual
.Child = pageVisual; // No-op if already connected.