1 implementation of Add
Microsoft.Maui (1)
CommandMapper.cs (1)
104 public void Add(string key, Action<TViewHandler, TVirtualView, object?> action) =>
2 references to Add
Microsoft.Maui (2)
CommandMapperExtensions.cs (2)
34 commandMapper.Add(key, newMethod); 64 commandMapper.Add(key, newMethod);