3 writes to _roundingErrors
PresentationFramework (3)
System\Windows\Controls\Grid.cs (3)
447_roundingErrors = null; 3175_roundingErrors = new double[1]; 3179_roundingErrors = new double[requiredLength];
7 references to _roundingErrors
PresentationFramework (7)
System\Windows\Controls\Grid.cs (7)
444if (_roundingErrors != null) 446Array.Clear(_roundingErrors, 0, _roundingErrors.Length); 3173if (_roundingErrors == null && requiredLength == 0) 3177else if (_roundingErrors == null || _roundingErrors.Length < requiredLength) 3181return _roundingErrors;