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