1 write to Y
PresentationCore (1)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
61
bounds.
Y
= point.Y;
30 references to Y
PresentationCore (30)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (2)
506
double[] rgfMin = new double[] { box.X, box.
Y
, box.Z };
507
double[] rgfMax = new double[] { box.X + box.SizeX, box.
Y
+ box.SizeY, box.Z + box.SizeZ };
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (10)
58
if (point.Y < bounds.
Y
)
60
bounds.SizeY += (bounds.
Y
- point.Y);
63
else if (point.Y > (bounds.
Y
+ bounds.SizeY))
65
bounds.SizeY = point.Y - bounds.
Y
;
177
double oldMaxY = originalBox.
Y
+ originalBox.SizeY;
199
a = matrix.M21 * originalBox.
Y
;
246
a = matrix.M22 * originalBox.
Y
;
293
a = matrix.M23 * originalBox.
Y
;
330
double y1 = originalBox.
Y
;
333
double y2 = originalBox.
Y
+ originalBox.SizeY;
Core\CSharp\System\windows\Media\MILUtilities.cs (1)
142
Y = (float)rect.
Y
;
Core\CSharp\System\Windows\Media3D\Generated\Rect3D.cs (5)
76
rect1.
Y
== rect2.
Y
&&
119
rect1.
Y
.Equals(rect2.
Y
) &&
180
Y
.GetHashCode() ^
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (4)
576
!(_cachedBounds.
Y
< actualBounds.
Y
|| _cachedBounds.
Y
> actualBounds.
Y
) &&
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (4)
639
!(cachedBounds.
Y
< currentBounds.
Y
|| cachedBounds.
Y
> currentBounds.
Y
) &&
Core\CSharp\System\Windows\Media3D\Visual3D.cs (4)
1076
!(bounds1.
Y
< bounds2.
Y
|| bounds1.
Y
> bounds2.
Y
) &&