2 writes to SizeY
PresentationCore (2)
MS\Internal\Media3D\M3DUtil.cs (2)
56
bounds.
SizeY
+= (bounds.Y - point.Y);
61
bounds.
SizeY
= point.Y - bounds.Y;
22 references to SizeY
PresentationCore (22)
MS\Internal\Media3D\LineUtil.cs (1)
501
double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.
SizeY
, box.Z + box.SizeZ };
MS\Internal\Media3D\M3DUtil.cs (3)
59
else if (point.Y > (bounds.Y + bounds.
SizeY
))
173
double oldMaxY = originalBox.Y + originalBox.
SizeY
;
329
double y2 = originalBox.Y + originalBox.
SizeY
;
System\Windows\Media\MILUtilities.cs (1)
126
LengthY = (float)rect.
SizeY
;
System\Windows\Media3D\Generated\Rect3D.cs (5)
53
rect1.
SizeY
== rect2.
SizeY
&&
96
rect1.
SizeY
.Equals(rect2.
SizeY
) &&
157
SizeY
.GetHashCode() ^
System\Windows\Media3D\MeshGeometry3D.cs (4)
568
!(_cachedBounds.
SizeY
< actualBounds.
SizeY
|| _cachedBounds.
SizeY
> actualBounds.
SizeY
) &&
System\Windows\Media3D\Viewport3DVisual.cs (4)
627
!(cachedBounds.
SizeY
< currentBounds.
SizeY
|| cachedBounds.
SizeY
> currentBounds.
SizeY
) &&
System\Windows\Media3D\Visual3D.cs (4)
1055
!(bounds1.
SizeY
< bounds2.
SizeY
|| bounds1.
SizeY
> bounds2.
SizeY
) &&