4 writes to _contentBox
PresentationCore (4)
Core\CSharp\System\Windows\Documents\DocumentPage.cs (4)
42
_contentBox
= Rect.Empty;
57
_contentBox
= contentBox;
78
_contentBox
= Rect.Empty;
221
_contentBox
= contentBox;
2 references to _contentBox
PresentationCore (2)
Core\CSharp\System\Windows\Documents\DocumentPage.cs (2)
137
if (
_contentBox
== Rect.Empty)
141
return
_contentBox
;