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