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