1 write to Y
PresentationCore (1)
MS\Internal\Media3D\M3DUtil.cs (1)
56
bounds.
Y
= point.Y;
30 references to Y
PresentationCore (30)
MS\Internal\Media3D\LineUtil.cs (2)
499
double[] rgfMin = new double[] { box.X, box.
Y
, box.Z };
500
double[] rgfMax = new double[] { box.X + box.SizeX, box.
Y
+ box.SizeY, box.Z + box.SizeZ };
MS\Internal\Media3D\M3DUtil.cs (10)
53
if (point.Y < bounds.
Y
)
55
bounds.SizeY += (bounds.
Y
- point.Y);
58
else if (point.Y > (bounds.
Y
+ bounds.SizeY))
60
bounds.SizeY = point.Y - bounds.
Y
;
172
double oldMaxY = originalBox.
Y
+ originalBox.SizeY;
194
a = matrix.M21 * originalBox.
Y
;
241
a = matrix.M22 * originalBox.
Y
;
288
a = matrix.M23 * originalBox.
Y
;
325
double y1 = originalBox.
Y
;
328
double y2 = originalBox.
Y
+ originalBox.SizeY;
System\Windows\Media\MILUtilities.cs (1)
122
Y = (float)rect.
Y
;
System\Windows\Media3D\Generated\Rect3D.cs (5)
56
rect1.
Y
== rect2.
Y
&&
99
rect1.
Y
.Equals(rect2.
Y
) &&
160
Y
.GetHashCode() ^
System\Windows\Media3D\MeshGeometry3D.cs (4)
564
!(_cachedBounds.
Y
< actualBounds.
Y
|| _cachedBounds.
Y
> actualBounds.
Y
) &&
System\Windows\Media3D\Viewport3DVisual.cs (4)
617
!(cachedBounds.
Y
< currentBounds.
Y
|| cachedBounds.
Y
> currentBounds.
Y
) &&
System\Windows\Media3D\Visual3D.cs (4)
1051
!(bounds1.
Y
< bounds2.
Y
|| bounds1.
Y
> bounds2.
Y
) &&