Browse Source

build?

pull/3866/head
Nikita Tsukanov 6 years ago
parent
commit
16625c164c
  1. 4
      src/Windows/Avalonia.Win32.Interop/Wpf/WpfTopLevelImpl.cs

4
src/Windows/Avalonia.Win32.Interop/Wpf/WpfTopLevelImpl.cs

@ -18,7 +18,7 @@ using MouseButton = System.Windows.Input.MouseButton;
namespace Avalonia.Win32.Interop.Wpf namespace Avalonia.Win32.Interop.Wpf
{ {
class WpfTopLevelImpl : FrameworkElement, IEmbeddableWindowImpl class WpfTopLevelImpl : FrameworkElement, ITopLevelImpl
{ {
private HwndSource _currentHwndSource; private HwndSource _currentHwndSource;
private readonly HwndSourceHook _hook; private readonly HwndSourceHook _hook;
@ -241,7 +241,7 @@ namespace Avalonia.Win32.Interop.Wpf
Action<WindowTransparencyLevel> ITopLevelImpl.TransparencyLevelChanged { get; set; } Action<WindowTransparencyLevel> ITopLevelImpl.TransparencyLevelChanged { get; set; }
Action ITopLevelImpl.Closed { get; set; } Action ITopLevelImpl.Closed { get; set; }
public new event Action LostFocus; public new Action LostFocus { get; set; }
internal Vector GetScaling() internal Vector GetScaling()
{ {

Loading…
Cancel
Save