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