8 writes to _boundingRect
PresentationFramework (8)
System\Windows\Documents\FixedSOMContainer.cs (1)
234_boundingRect = rect;
System\Windows\Documents\FixedSOMGroup.cs (1)
141_boundingRect = pageElement.BoundingRect;
System\Windows\Documents\FixedSOMImage.cs (1)
30_boundingRect = trans.TransformBounds(imageRect);
System\Windows\Documents\FixedSOMSemanticBox.cs (3)
26_boundingRect = Rect.Empty; 30_boundingRect = boundingRect; 49_boundingRect = value;
System\Windows\Documents\FixedSOMTableCell.cs (1)
26_boundingRect = new Rect(new Point(left, top), new Point(right, bottom));
System\Windows\Documents\FixedSOMTextRun.cs (1)
30_boundingRect = trans.TransformBounds(boundingRect);
14 references to _boundingRect
PresentationFramework (14)
System\Windows\Documents\FixedSOMContainer.cs (2)
232if (_boundingRect.IsEmpty) 238_boundingRect.Union(rect);
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
148Rect rect = _boundingRect;
System\Windows\Documents\FixedSOMGroup.cs (3)
139if (_boundingRect.IsEmpty) 145_boundingRect.Union(pageElement.BoundingRect); 153Rect rect = _boundingRect;
System\Windows\Documents\FixedSOMImage.cs (1)
92Rect rect = _boundingRect;
System\Windows\Documents\FixedSOMSemanticBox.cs (4)
45return _boundingRect; 77Point labelLocation = new Point(_boundingRect.Left-25, (_boundingRect.Bottom + _boundingRect.Top)/2 - 10);
System\Windows\Documents\FixedSOMTable.cs (1)
40Rect rect = _boundingRect;
System\Windows\Documents\FixedSOMTableCell.cs (1)
43Rect rect = _boundingRect;
System\Windows\Documents\FixedSOMTextRun.cs (1)
185Rect rect = _boundingRect;