8 writes to _boundingRect
PresentationFramework (8)
System\Windows\Documents\FixedSOMContainer.cs (1)
233
_boundingRect
= rect;
System\Windows\Documents\FixedSOMGroup.cs (1)
140
_boundingRect
= pageElement.BoundingRect;
System\Windows\Documents\FixedSOMImage.cs (1)
29
_boundingRect
= trans.TransformBounds(imageRect);
System\Windows\Documents\FixedSOMSemanticBox.cs (3)
25
_boundingRect
= Rect.Empty;
29
_boundingRect
= boundingRect;
48
_boundingRect
= value;
System\Windows\Documents\FixedSOMTableCell.cs (1)
25
_boundingRect
= new Rect(new Point(left, top), new Point(right, bottom));
System\Windows\Documents\FixedSOMTextRun.cs (1)
29
_boundingRect
= trans.TransformBounds(boundingRect);
5 references to _boundingRect
PresentationFramework (5)
System\Windows\Documents\FixedSOMContainer.cs (2)
231
if (
_boundingRect
.IsEmpty)
237
_boundingRect
.Union(rect);
System\Windows\Documents\FixedSOMGroup.cs (2)
138
if (
_boundingRect
.IsEmpty)
144
_boundingRect
.Union(pageElement.BoundingRect);
System\Windows\Documents\FixedSOMSemanticBox.cs (1)
44
return
_boundingRect
;