5 writes to PageVisual
PresentationFramework (5)
MS\Internal\Documents\DocumentPageHost.cs (1)
60
docPageHost.
PageVisual
= null;
System\Windows\Controls\Primitives\DocumentPageView.cs (4)
361
_pageHost.
PageVisual
= null;
382
_pageHost.
PageVisual
= pageVisual;
450
_pageHost.
PageVisual
= _pageVisualClone;
835
_pageHost.
PageVisual
= null;
5 references to PageVisual
PresentationFramework (5)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1374
target = host.
PageVisual
as FrameworkElement;
System\Windows\Controls\Primitives\DocumentPageView.cs (4)
374
if (_pageHost.
PageVisual
!= pageVisual)
447
if (_pageHost.
PageVisual
!= _pageVisualClone)
951
if (_pageHost != null && _pageHost.
PageVisual
!= null && _documentPage.Size != Size.Empty)
968
renderTargetBitmap.Render(_pageHost.
PageVisual
);