1 write to errors
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
3747
this.
errors
= errors;
2 references to errors
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
3750
public int Compare(int x, int y) =>
errors
[x].CompareTo(
errors
[y]);