4 writes to PageVisual
PresentationFramework (4)
MS\Internal\Documents\DocumentPageHost.cs (1)
59
docPageHost.
PageVisual
= null;
System\Windows\Controls\Primitives\DocumentPageView.cs (3)
364
_pageHost.
PageVisual
= null;
385
_pageHost.
PageVisual
= pageVisual;
453
_pageHost.
PageVisual
= _pageVisualClone;
6 references to PageVisual
PresentationFramework (6)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1372
target = host.
PageVisual
as FrameworkElement;
System\Windows\Controls\Primitives\DocumentPageView.cs (5)
377
if (_pageHost.
PageVisual
!= pageVisual)
450
if (_pageHost.
PageVisual
!= _pageVisualClone)
830
_pageHost?.
PageVisual
= null;
945
if (_pageHost != null && _pageHost.
PageVisual
!= null && _documentPage.Size != Size.Empty)
962
renderTargetBitmap.Render(_pageHost.
PageVisual
);