6 references to Point
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationCore\MS\Internal\Media\XamlSerializationHelper.cs (1)
404
value = new
Point
(
src\Microsoft.DotNet.Wpf\src\PresentationCore\System\Windows\Media\ParsersCommon.cs (5)
481
return new
Point
(x, y);
490
return new
Point
(2 * _lastPoint.X - _secondLastPoint.X,
522
_secondLastPoint = new
Point
(0, 0);
523
_lastPoint = new
Point
(0, 0);
524
_lastStart = new
Point
(0, 0);