8 writes to _boundingRect
PresentationFramework (8)
System\Windows\Documents\FixedSOMContainer.cs (1)
238_boundingRect = rect;
System\Windows\Documents\FixedSOMGroup.cs (1)
145_boundingRect = pageElement.BoundingRect;
System\Windows\Documents\FixedSOMImage.cs (1)
32_boundingRect = trans.TransformBounds(imageRect);
System\Windows\Documents\FixedSOMSemanticBox.cs (3)
30_boundingRect = Rect.Empty; 34_boundingRect = boundingRect; 53_boundingRect = value;
System\Windows\Documents\FixedSOMTableCell.cs (1)
30_boundingRect = new Rect(new Point(left, top), new Point(right, bottom));
System\Windows\Documents\FixedSOMTextRun.cs (1)
34_boundingRect = trans.TransformBounds(boundingRect);
14 references to _boundingRect
PresentationFramework (14)
System\Windows\Documents\FixedSOMContainer.cs (2)
236if (_boundingRect.IsEmpty) 242_boundingRect.Union(rect);
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
152Rect rect = _boundingRect;
System\Windows\Documents\FixedSOMGroup.cs (3)
143if (_boundingRect.IsEmpty) 149_boundingRect.Union(pageElement.BoundingRect); 157Rect rect = _boundingRect;
System\Windows\Documents\FixedSOMImage.cs (1)
94Rect rect = _boundingRect;
System\Windows\Documents\FixedSOMSemanticBox.cs (4)
49return _boundingRect; 81Point labelLocation = new Point(_boundingRect.Left-25, (_boundingRect.Bottom + _boundingRect.Top)/2 - 10);
System\Windows\Documents\FixedSOMTable.cs (1)
45Rect rect = _boundingRect;
System\Windows\Documents\FixedSOMTableCell.cs (1)
47Rect rect = _boundingRect;
System\Windows\Documents\FixedSOMTextRun.cs (1)
189Rect rect = _boundingRect;