4 writes to _bleedBox
PresentationCore (4)
System\Windows\Documents\DocumentPage.cs (4)
37
_bleedBox
= Rect.Empty;
52
_bleedBox
= bleedBox;
73
_bleedBox
= Rect.Empty;
208
_bleedBox
= bleedBox;
2 references to _bleedBox
PresentationCore (2)
System\Windows\Documents\DocumentPage.cs (2)
118
if (
_bleedBox
== Rect.Empty)
122
return
_bleedBox
;