3 writes to _roundingErrors
PresentationFramework (3)
System\Windows\Controls\Grid.cs (3)
394
_roundingErrors
= null;
3122
_roundingErrors
= new double[1];
3126
_roundingErrors
= new double[requiredLength];
7 references to _roundingErrors
PresentationFramework (7)
System\Windows\Controls\Grid.cs (7)
391
if (
_roundingErrors
!= null)
393
Array.Clear(
_roundingErrors
, 0,
_roundingErrors
.Length);
3120
if (
_roundingErrors
== null && requiredLength == 0)
3124
else if (
_roundingErrors
== null ||
_roundingErrors
.Length < requiredLength)
3128
return
_roundingErrors
;