11 references to _doubleArray
Microsoft.Maui.Controls (11)
Shell\ShellAppearance.cs (11)
74 public double FlyoutWidth => _doubleArray[0]; 75 public double FlyoutHeight => _doubleArray[1]; 97 for (int i = 0; i < _doubleArray.Length; i++) 98 _doubleArray[i] = -1; 119 for (int i = 0; i < _doubleArray.Length; i++) 121 if (!EqualityComparer<double>.Default.Equals(_doubleArray[i], appearance._doubleArray[i])) 138 for (int i = 0; i < _doubleArray.Length; i++) 139 hashCode = hashCode * -1521134295 + EqualityComparer<double>.Default.GetHashCode(_doubleArray[i]); 172 if (_doubleArray[i] == -1 && doubleDataSet[i].IsSet) 175 _doubleArray[i] = doubleDataSet[i].Value;