2 references to GetEnumerator
Microsoft.Maui.Controls (2)
DragAndDrop\DataPackagePropertySetView.cs (2)
35 public IEnumerator<KeyValuePair<string, object>> GetEnumerator() => _dataPackagePropertySet.GetEnumerator(); 40 IEnumerator IEnumerable.GetEnumerator() => _dataPackagePropertySet.GetEnumerator();