6 writes to _pageRef
PresentationFramework (6)
System\Windows\Documents\PageContent.cs (6)
181
_pageRef
= null;
222
p.
_pageRef
= null;
274
_pageRef
= null;
498
_pageRef
= new WeakReference(par.Result);
543
_pageRef
= new WeakReference(p);
547
_pageRef
= null;
4 references to _pageRef
PresentationFramework (4)
System\Windows\Documents\PageContent.cs (4)
350
if (
_pageRef
!= null)
352
FixedPage c = (FixedPage)
_pageRef
.Target;
561
if (
_pageRef
!= null)
563
p = (FixedPage)
_pageRef
.Target;