1 write to _radii
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (1)
31_radii = new Size(nodeShape.Width * 0.5, nodeShape.Height * 0.5);
10 references to _radii
PresentationCore (10)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (10)
35_radius = Math.Max(_radii.Width, _radii.Height); 45if (DoubleUtil.AreClose(_radii.Width, _radii.Height)) 60if (_radii.Width > _radii.Height) 63sy = _radii.Width / _radii.Height; 67sx = _radii.Height / _radii.Width;