3 writes to TopLeft
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
946LeftTop = TopLeft = 0.0; 951TopLeft = radii.TopLeft + top; 984TopLeft = Math.Max(0.0, radii.TopLeft - top);
4 references to TopLeft
PresentationFramework (4)
System\Windows\Controls\Border.cs (4)
598double innerCornerRadius = innerRadii.TopLeft; // Already validated that all corners have the same radius 663Point leftTop = new Point(0, radii.TopLeft); 697double v = (radii.TopLeft) / (radii.TopLeft + radii.BottomLeft) * rect.Height;