1 write to Y
PresentationCore (1)
MS\Internal\Media3D\M3DUtil.cs (1)
57
bounds.
Y
= point.Y;
30 references to Y
PresentationCore (30)
MS\Internal\Media3D\LineUtil.cs (2)
500
double[] rgfMin = new double[] { box.X, box.
Y
, box.Z };
501
double[] rgfMax = new double[] { box.X + box.SizeX, box.
Y
+ box.SizeY, box.Z + box.SizeZ };
MS\Internal\Media3D\M3DUtil.cs (10)
54
if (point.Y < bounds.
Y
)
56
bounds.SizeY += (bounds.
Y
- point.Y);
59
else if (point.Y > (bounds.
Y
+ bounds.SizeY))
61
bounds.SizeY = point.Y - bounds.
Y
;
173
double oldMaxY = originalBox.
Y
+ originalBox.SizeY;
195
a = matrix.M21 * originalBox.
Y
;
242
a = matrix.M22 * originalBox.
Y
;
289
a = matrix.M23 * originalBox.
Y
;
326
double y1 = originalBox.
Y
;
329
double y2 = originalBox.
Y
+ originalBox.SizeY;
System\Windows\Media\MILUtilities.cs (1)
123
Y = (float)rect.
Y
;
System\Windows\Media3D\Generated\Rect3D.cs (5)
50
rect1.
Y
== rect2.
Y
&&
93
rect1.
Y
.Equals(rect2.
Y
) &&
154
Y
.GetHashCode() ^
System\Windows\Media3D\MeshGeometry3D.cs (4)
565
!(_cachedBounds.
Y
< actualBounds.
Y
|| _cachedBounds.
Y
> actualBounds.
Y
) &&
System\Windows\Media3D\Viewport3DVisual.cs (4)
624
!(cachedBounds.
Y
< currentBounds.
Y
|| cachedBounds.
Y
> currentBounds.
Y
) &&
System\Windows\Media3D\Visual3D.cs (4)
1052
!(bounds1.
Y
< bounds2.
Y
|| bounds1.
Y
> bounds2.
Y
) &&