8 writes to _boundingRect
PresentationFramework (8)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (1)
247
_boundingRect
= rect;
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (1)
152
_boundingRect
= pageElement.BoundingRect;
src\Framework\System\Windows\Documents\FixedSOMImage.cs (1)
37
_boundingRect
= trans.TransformBounds(imageRect);
src\Framework\System\Windows\Documents\FixedSOMSemanticBox.cs (3)
35
_boundingRect
= Rect.Empty;
39
_boundingRect
= boundingRect;
58
_boundingRect
= value;
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
35
_boundingRect
= new Rect(new Point(left, top), new Point(right, bottom));
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
40
_boundingRect
= trans.TransformBounds(boundingRect);
5 references to _boundingRect
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (2)
245
if (
_boundingRect
.IsEmpty)
251
_boundingRect
.Union(rect);
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (2)
150
if (
_boundingRect
.IsEmpty)
156
_boundingRect
.Union(pageElement.BoundingRect);
src\Framework\System\Windows\Documents\FixedSOMSemanticBox.cs (1)
54
return
_boundingRect
;