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