6 references to Point
PresentationBuildTasks (6)
Core\CSharp\MS\internal\Media\XamlSerializationHelper.cs (1)
425
value = new
Point
(
Core\CSharp\System\Windows\Media\ParsersCommon.cs (5)
497
return new
Point
(x, y);
506
return new
Point
(2 * _lastPoint.X - _secondLastPoint.X,
539
_secondLastPoint = new
Point
(0, 0);
540
_lastPoint = new
Point
(0, 0);
541
_lastStart = new
Point
(0, 0);