4 references to TryGetValue
Microsoft.Maui.Controls (4)
ListProxy.cs (4)
133
if (!
TryGetValue
(index, out value))
198
TryGetValue
(0, out value);
391
bool next = _proxy.
TryGetValue
(_index++, out value);
410
=>
TryGetValue
(index, out value);