1 write to _radii
PresentationCore (1)
MS\Internal\Ink\EllipticalNodeOperations.cs (1)
30_radii = new Size(nodeShape.Width * 0.5, nodeShape.Height * 0.5);
10 references to _radii
PresentationCore (10)
MS\Internal\Ink\EllipticalNodeOperations.cs (10)
34_radius = Math.Max(_radii.Width, _radii.Height); 44if (DoubleUtil.AreClose(_radii.Width, _radii.Height)) 59if (_radii.Width > _radii.Height) 62sy = _radii.Width / _radii.Height; 66sx = _radii.Height / _radii.Width;