4 references to s_ingestArray
Microsoft.Maui.Controls (4)
Shell\ShellAppearance.cs (4)
38
Color[] _colorArray = new Color[
s_ingestArray
.Length];
149
var dataSet = pivot.GetValues<Color>(
s_ingestArray
);
150
for (int i = 0; i <
s_ingestArray
.Length; i++)
185
for (int i = 0; i <
s_ingestArray
.Length; i++)