2 writes to SizeY
PresentationCore (2)
MS\Internal\Media3D\M3DUtil.cs (2)
59
bounds.
SizeY
+= (bounds.Y - point.Y);
64
bounds.
SizeY
= point.Y - bounds.Y;
22 references to SizeY
PresentationCore (22)
MS\Internal\Media3D\LineUtil.cs (1)
506
double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.
SizeY
, box.Z + box.SizeZ };
MS\Internal\Media3D\M3DUtil.cs (3)
62
else if (point.Y > (bounds.Y + bounds.
SizeY
))
176
double oldMaxY = originalBox.Y + originalBox.
SizeY
;
332
double y2 = originalBox.Y + originalBox.
SizeY
;
System\Windows\Media\MILUtilities.cs (1)
132
LengthY = (float)rect.
SizeY
;
System\Windows\Media3D\Generated\Rect3D.cs (5)
74
rect1.
SizeY
== rect2.
SizeY
&&
117
rect1.
SizeY
.Equals(rect2.
SizeY
) &&
178
SizeY
.GetHashCode() ^
System\Windows\Media3D\MeshGeometry3D.cs (4)
574
!(_cachedBounds.
SizeY
< actualBounds.
SizeY
|| _cachedBounds.
SizeY
> actualBounds.
SizeY
) &&
System\Windows\Media3D\Viewport3DVisual.cs (4)
638
!(cachedBounds.
SizeY
< currentBounds.
SizeY
|| cachedBounds.
SizeY
> currentBounds.
SizeY
) &&
System\Windows\Media3D\Visual3D.cs (4)
1063
!(bounds1.
SizeY
< bounds2.
SizeY
|| bounds1.
SizeY
> bounds2.
SizeY
) &&