4 writes to _pageSize
PresentationCore (4)
Core\CSharp\System\Windows\Documents\DocumentPage.cs (4)
40
_pageSize
= Size.Empty;
55
_pageSize
= pageSize;
76
_pageSize
= Size.Empty;
203
_pageSize
= size;
2 references to _pageSize
PresentationCore (2)
Core\CSharp\System\Windows\Documents\DocumentPage.cs (2)
107
if (
_pageSize
== Size.Empty && _visual != null)
111
return
_pageSize
;