|
|
|
@ -88,7 +88,7 @@ namespace Avalonia.Win32 |
|
|
|
.Bind<IPlatformSettings>().ToConstant(s_instance) |
|
|
|
.Bind<IPlatformThreadingInterface>().ToConstant(s_instance) |
|
|
|
.Bind<IRenderLoop>().ToConstant(new RenderLoop()) |
|
|
|
.Bind<IRenderTimer>().ToConstant(new UiThreadRenderTimer(60)) |
|
|
|
.Bind<IRenderTimer>().ToConstant(new DefaultRenderTimer(60)) |
|
|
|
.Bind<ISystemDialogImpl>().ToSingleton<SystemDialogImpl>() |
|
|
|
.Bind<IWindowingPlatform>().ToConstant(s_instance) |
|
|
|
.Bind<PlatformHotkeyConfiguration>().ToSingleton<PlatformHotkeyConfiguration>() |
|
|
|
|