15 references to PageVisual
PresentationFramework (15)
MS\Internal\PtsHost\FlowDocumentPage.cs (15)
284
GeneralTransform transform = this.
PageVisual
.Child.TransformToAncestor(this.
PageVisual
);
333
if(this.
PageVisual
!= null && rectangles.Count > 0)
337
GeneralTransform transform = this.
PageVisual
.Child.TransformToAncestor(this.
PageVisual
);
623
GeneralTransform transform = this.
PageVisual
.Child.TransformToAncestor(this.
PageVisual
);
637
this.
PageVisual
.DrawBackground((Brush)_structuralCache.PropertyOwner.GetValue(FlowDocument.BackgroundProperty), contentViewport);
806
if (this.
PageVisual
!= null)
812
DestroyVisualLinks(this.
PageVisual
);
815
this.
PageVisual
.Children.Clear();
816
this.
PageVisual
.ClearDrawingContext();
848
if (this.
PageVisual
== null)
855
this.
PageVisual
.DrawBackground((Brush)_structuralCache.PropertyOwner.GetValue(FlowDocument.BackgroundProperty), new Rect(_partitionSize));
864
this.
PageVisual
.Child = pageVisual; // No-op if already connected.