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