6 writes to _pageRef
PresentationFramework (6)
System\Windows\Documents\PageContent.cs (6)
178
_pageRef
= null;
219
p.
_pageRef
= null;
271
_pageRef
= null;
495
_pageRef
= new WeakReference(par.Result);
540
_pageRef
= new WeakReference(p);
544
_pageRef
= null;
4 references to _pageRef
PresentationFramework (4)
System\Windows\Documents\PageContent.cs (4)
347
if (
_pageRef
!= null)
349
FixedPage c = (FixedPage)
_pageRef
.Target;
558
if (
_pageRef
!= null)
560
p = (FixedPage)
_pageRef
.Target;