2 writes to Y
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationCore\System\Windows\Media\ParsersCommon.cs (2)
579
case 'v': _lastPoint.
Y
+= ReadNumber(! AllowComma); break;
580
case 'V': _lastPoint.
Y
= ReadNumber(! AllowComma); break;
10 references to Y
PresentationBuildTasks (10)
src\Microsoft.DotNet.Wpf\src\PresentationCore\MS\Internal\Media\ParserStreamGeometryContext.cs (6)
144
XamlSerializationHelper.WriteDouble(_bw, point2.
Y
);
158
XamlSerializationHelper.WriteDouble(_bw, point2.
Y
);
161
XamlSerializationHelper.WriteDouble(_bw, point3.
Y
);
645
isScaledIntegerY = XamlSerializationHelper.CanConvertToInteger(point.
Y
, ref intValueY);
650
SerializeDouble(point.
Y
, isScaledIntegerY, intValueY);
675
XamlSerializationHelper.WriteDouble(_bw, points[i].
Y
);
src\Microsoft.DotNet.Wpf\src\PresentationCore\MS\Internal\Media\XamlSerializationHelper.cs (1)
271
WriteDouble( writer, curPoint.
Y
);
src\Microsoft.DotNet.Wpf\src\PresentationCore\System\Windows\Media\ParsersCommon.cs (3)
478
y += _lastPoint.
Y
;
491
2 * _lastPoint.
Y
- _secondLastPoint.
Y
);