Replace ReactiveUI
This commit is contained in:
parent
43b4d50e43
commit
5584ab4ec8
41 changed files with 472 additions and 1013 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using System.Reactive.Linq;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
|
|
@ -52,7 +53,7 @@ public class TopLevels
|
|||
// Register any new context
|
||||
if (e.NewValue != null)
|
||||
{
|
||||
RegistrationMapper.Add(e.NewValue, sender);
|
||||
CollectionsMarshal.GetValueRefOrAddDefault(RegistrationMapper, e.NewValue, out _) = sender;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue