6 writes to _pageRef
PresentationFramework (6)
System\Windows\Documents\PageContent.cs (6)
185
_pageRef
= null;
226
p.
_pageRef
= null;
278
_pageRef
= null;
502
_pageRef
= new WeakReference(par.Result);
547
_pageRef
= new WeakReference(p);
551
_pageRef
= null;
4 references to _pageRef
PresentationFramework (4)
System\Windows\Documents\PageContent.cs (4)
354
if (
_pageRef
!= null)
356
FixedPage c = (FixedPage)
_pageRef
.Target;
565
if (
_pageRef
!= null)
567
p = (FixedPage)
_pageRef
.Target;