2 writes to Y
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationCore\System\Windows\Media\ParsersCommon.cs (2)
580
case 'v': _lastPoint.
Y
+= ReadNumber(! AllowComma); break;
581
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)
145
XamlSerializationHelper.WriteDouble(_bw, point2.
Y
);
159
XamlSerializationHelper.WriteDouble(_bw, point2.
Y
);
162
XamlSerializationHelper.WriteDouble(_bw, point3.
Y
);
646
isScaledIntegerY = XamlSerializationHelper.CanConvertToInteger(point.
Y
, ref intValueY);
651
SerializeDouble(point.
Y
, isScaledIntegerY, intValueY);
676
XamlSerializationHelper.WriteDouble(_bw, points[i].
Y
);
src\Microsoft.DotNet.Wpf\src\PresentationCore\MS\Internal\Media\XamlSerializationHelper.cs (1)
272
WriteDouble( writer, curPoint.
Y
);
src\Microsoft.DotNet.Wpf\src\PresentationCore\System\Windows\Media\ParsersCommon.cs (3)
479
y += _lastPoint.
Y
;
492
2 * _lastPoint.
Y
- _secondLastPoint.
Y
);