3 writes to TopLeft
PresentationFramework (3)
src\Framework\System\Windows\Controls\Border.cs (3)
955LeftTop = TopLeft = 0.0; 960TopLeft = radii.TopLeft + top; 993TopLeft = Math.Max(0.0, radii.TopLeft - top);
4 references to TopLeft
PresentationFramework (4)
src\Framework\System\Windows\Controls\Border.cs (4)
607double innerCornerRadius = innerRadii.TopLeft; // Already validated that all corners have the same radius 672Point leftTop = new Point(0, radii.TopLeft); 706double v = (radii.TopLeft) / (radii.TopLeft + radii.BottomLeft) * rect.Height;