6 writes to _pageRef
PresentationFramework (6)
System\Windows\Documents\PageContent.cs (6)
182
_pageRef
= null;
223
p.
_pageRef
= null;
275
_pageRef
= null;
499
_pageRef
= new WeakReference(par.Result);
544
_pageRef
= new WeakReference(p);
548
_pageRef
= null;
4 references to _pageRef
PresentationFramework (4)
System\Windows\Documents\PageContent.cs (4)
351
if (
_pageRef
!= null)
353
FixedPage c = (FixedPage)
_pageRef
.Target;
562
if (
_pageRef
!= null)
564
p = (FixedPage)
_pageRef
.Target;