15 references to PageVisual
PresentationFramework (15)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (15)
294
GeneralTransform transform = this.
PageVisual
.Child.TransformToAncestor(this.
PageVisual
);
343
if(this.
PageVisual
!= null && rectangles.Count > 0)
347
GeneralTransform transform = this.
PageVisual
.Child.TransformToAncestor(this.
PageVisual
);
652
GeneralTransform transform = this.
PageVisual
.Child.TransformToAncestor(this.
PageVisual
);
666
this.
PageVisual
.DrawBackground((Brush)_structuralCache.PropertyOwner.GetValue(FlowDocument.BackgroundProperty), contentViewport);
835
if (this.
PageVisual
!= null)
841
DestroyVisualLinks(this.
PageVisual
);
844
this.
PageVisual
.Children.Clear();
845
this.
PageVisual
.ClearDrawingContext();
878
if (this.
PageVisual
== null)
885
this.
PageVisual
.DrawBackground((Brush)_structuralCache.PropertyOwner.GetValue(FlowDocument.BackgroundProperty), new Rect(_partitionSize));
894
this.
PageVisual
.Child = pageVisual; // No-op if already connected.