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