2 writes to SizeY
PresentationCore (2)
MS\Internal\Media3D\M3DUtil.cs (2)
55
bounds.
SizeY
+= (bounds.Y - point.Y);
60
bounds.
SizeY
= point.Y - bounds.Y;
22 references to SizeY
PresentationCore (22)
MS\Internal\Media3D\LineUtil.cs (1)
500
double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.
SizeY
, box.Z + box.SizeZ };
MS\Internal\Media3D\M3DUtil.cs (3)
58
else if (point.Y > (bounds.Y + bounds.
SizeY
))
172
double oldMaxY = originalBox.Y + originalBox.
SizeY
;
328
double y2 = originalBox.Y + originalBox.
SizeY
;
System\Windows\Media\MILUtilities.cs (1)
125
LengthY = (float)rect.
SizeY
;
System\Windows\Media3D\Generated\Rect3D.cs (5)
59
rect1.
SizeY
== rect2.
SizeY
&&
102
rect1.
SizeY
.Equals(rect2.
SizeY
) &&
163
SizeY
.GetHashCode() ^
System\Windows\Media3D\MeshGeometry3D.cs (4)
567
!(_cachedBounds.
SizeY
< actualBounds.
SizeY
|| _cachedBounds.
SizeY
> actualBounds.
SizeY
) &&
System\Windows\Media3D\Viewport3DVisual.cs (4)
620
!(cachedBounds.
SizeY
< currentBounds.
SizeY
|| cachedBounds.
SizeY
> currentBounds.
SizeY
) &&
System\Windows\Media3D\Visual3D.cs (4)
1054
!(bounds1.
SizeY
< bounds2.
SizeY
|| bounds1.
SizeY
> bounds2.
SizeY
) &&