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)
245if (_boundingRect.IsEmpty) 251_boundingRect.Union(rect);
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (2)
150if (_boundingRect.IsEmpty) 156_boundingRect.Union(pageElement.BoundingRect);
src\Framework\System\Windows\Documents\FixedSOMSemanticBox.cs (1)
54return _boundingRect;