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)
232
if (
_boundingRect
.IsEmpty)
238
_boundingRect
.Union(rect);
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
148
Rect rect =
_boundingRect
;
System\Windows\Documents\FixedSOMGroup.cs (3)
139
if (
_boundingRect
.IsEmpty)
145
_boundingRect
.Union(pageElement.BoundingRect);
153
Rect rect =
_boundingRect
;
System\Windows\Documents\FixedSOMImage.cs (1)
92
Rect rect =
_boundingRect
;
System\Windows\Documents\FixedSOMSemanticBox.cs (4)
45
return
_boundingRect
;
77
Point labelLocation = new Point(
_boundingRect
.Left-25, (
_boundingRect
.Bottom +
_boundingRect
.Top)/2 - 10);
System\Windows\Documents\FixedSOMTable.cs (1)
40
Rect rect =
_boundingRect
;
System\Windows\Documents\FixedSOMTableCell.cs (1)
43
Rect rect =
_boundingRect
;
System\Windows\Documents\FixedSOMTextRun.cs (1)
185
Rect rect =
_boundingRect
;