4 writes to _bleedBox
PresentationCore (4)
Core\CSharp\System\Windows\Documents\DocumentPage.cs (4)
41
_bleedBox
= Rect.Empty;
56
_bleedBox
= bleedBox;
77
_bleedBox
= Rect.Empty;
212
_bleedBox
= bleedBox;
2 references to _bleedBox
PresentationCore (2)
Core\CSharp\System\Windows\Documents\DocumentPage.cs (2)
122
if (
_bleedBox
== Rect.Empty)
126
return
_bleedBox
;