19 references to _colorArray
Microsoft.Maui.Controls (19)
Shell\ShellAppearance.cs (19)
43
public Color BackgroundColor =>
_colorArray
[0];
46
public Color DisabledColor =>
_colorArray
[1];
49
public Color ForegroundColor =>
_colorArray
[2];
52
public Color TabBarBackgroundColor =>
_colorArray
[3];
55
public Color TabBarDisabledColor =>
_colorArray
[4];
58
public Color TabBarForegroundColor =>
_colorArray
[5];
61
public Color TabBarTitleColor =>
_colorArray
[6];
64
public Color TabBarUnselectedColor =>
_colorArray
[7];
67
public Color TitleColor =>
_colorArray
[8];
70
public Color UnselectedColor =>
_colorArray
[9];
107
for (int i = 0; i <
_colorArray
.Length; i++)
109
if (!EqualityComparer<Color>.Default.Equals(
_colorArray
[i], appearance.
_colorArray
[i]))
132
for (int i = 0; i <
_colorArray
.Length; i++)
133
hashCode = hashCode * -1521134295 + EqualityComparer<Color>.Default.GetHashCode(
_colorArray
[i]);
152
if (
_colorArray
[i] == null && dataSet[i].IsSet)
155
_colorArray
[i] = dataSet[i].Value;
187
if (
_colorArray
[i] == null)
188
_colorArray
[i] = null;