3 writes to _roundingErrors
PresentationFramework (3)
src\Framework\System\Windows\Controls\Grid.cs (3)
467_roundingErrors = null; 3196_roundingErrors = new double[1]; 3200_roundingErrors = new double[requiredLength];
7 references to _roundingErrors
PresentationFramework (7)
src\Framework\System\Windows\Controls\Grid.cs (7)
464if (_roundingErrors != null) 466Array.Clear(_roundingErrors, 0, _roundingErrors.Length); 3194if (_roundingErrors == null && requiredLength == 0) 3198else if (_roundingErrors == null || _roundingErrors.Length < requiredLength) 3202return _roundingErrors;