3 writes to _roundingErrors
PresentationFramework (3)
System\Windows\Controls\Grid.cs (3)
393
_roundingErrors
= null;
3121
_roundingErrors
= new double[1];
3125
_roundingErrors
= new double[requiredLength];
7 references to _roundingErrors
PresentationFramework (7)
System\Windows\Controls\Grid.cs (7)
390
if (
_roundingErrors
!= null)
392
Array.Clear(
_roundingErrors
, 0,
_roundingErrors
.Length);
3119
if (
_roundingErrors
== null && requiredLength == 0)
3123
else if (
_roundingErrors
== null ||
_roundingErrors
.Length < requiredLength)
3127
return
_roundingErrors
;