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