1 implementation of TryGetValue
Microsoft.Maui.Controls (1)
ListProxy.cs (1)
409 bool IListProxy.TryGetValue(int index, out object value)
2 references to TryGetValue
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
862 if (templatedItems == null || templatedItems.ListProxy.TryGetValue(0, out item) == false) 1359 return templatedItems.ListProxy.TryGetValue(indexPath.Row, out var _);