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