6 writes to _pageRef
PresentationFramework (6)
src\Framework\System\Windows\Documents\PageContent.cs (6)
207
_pageRef
= null;
248
p.
_pageRef
= null;
304
_pageRef
= null;
532
_pageRef
= new WeakReference(par.Result);
577
_pageRef
= new WeakReference(p);
581
_pageRef
= null;
4 references to _pageRef
PresentationFramework (4)
src\Framework\System\Windows\Documents\PageContent.cs (4)
383
if (
_pageRef
!= null)
385
FixedPage c = (FixedPage)
_pageRef
.Target;
595
if (
_pageRef
!= null)
597
p = (FixedPage)
_pageRef
.Target;