2 references to SetPropertyCore
Microsoft.Maui (2)
CommandMapper.cs (2)
102 SetPropertyCore(key, (h, v, _) => action?.Invoke((TViewHandler)h, (TVirtualView)v)); 105 SetPropertyCore(key, (h, v, o) => action?.Invoke((TViewHandler)h, (TVirtualView)v, o));