2 writes to Y
PresentationBuildTasks (2)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (2)
596
case 'v': _lastPoint.
Y
+= ReadNumber(! AllowComma); break;
597
case 'V': _lastPoint.
Y
= ReadNumber(! AllowComma); break;
10 references to Y
PresentationBuildTasks (10)
Core\CSharp\MS\internal\Media\ParserStreamGeometryContext.cs (6)
152
XamlSerializationHelper.WriteDouble(_bw, point2.
Y
);
166
XamlSerializationHelper.WriteDouble(_bw, point2.
Y
);
169
XamlSerializationHelper.WriteDouble(_bw, point3.
Y
);
654
isScaledIntegerY = XamlSerializationHelper.CanConvertToInteger(point.
Y
, ref intValueY);
659
SerializeDouble(point.
Y
, isScaledIntegerY, intValueY);
684
XamlSerializationHelper.WriteDouble(_bw, points[i].
Y
);
Core\CSharp\MS\internal\Media\XamlSerializationHelper.cs (1)
291
WriteDouble( writer, curPoint.
Y
);
Core\CSharp\System\Windows\Media\ParsersCommon.cs (3)
494
y += _lastPoint.
Y
;
507
2 * _lastPoint.
Y
- _secondLastPoint.
Y
);