6 references to Point
PresentationBuildTasks (6)
Core\CSharp\MS\internal\Media\XamlSerializationHelper.cs (1)
425value = new Point(
Core\CSharp\System\Windows\Media\ParsersCommon.cs (5)
497return new Point(x, y); 506return 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);