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