6 writes to _pageRef
PresentationFramework (6)
System\Windows\Documents\PageContent.cs (6)
179
_pageRef
= null;
220
p.
_pageRef
= null;
272
_pageRef
= null;
501
_pageRef
= new WeakReference(par.Result);
546
_pageRef
= new WeakReference(p);
550
_pageRef
= null;
4 references to _pageRef
PresentationFramework (4)
System\Windows\Documents\PageContent.cs (4)
348
if (
_pageRef
!= null)
350
FixedPage c = (FixedPage)
_pageRef
.Target;
564
if (
_pageRef
!= null)
566
p = (FixedPage)
_pageRef
.Target;