|
|
|
@ -345,9 +345,6 @@ namespace Avalonia.Controls.UnitTests.Primitives |
|
|
|
"ContentPresenter", |
|
|
|
"ContentPresenter", |
|
|
|
"Border", |
|
|
|
"AdornerLayer", |
|
|
|
"WindowNotificationManager", |
|
|
|
"ReversibleStackPanel" |
|
|
|
}, |
|
|
|
types); |
|
|
|
} |
|
|
|
@ -356,8 +353,6 @@ namespace Avalonia.Controls.UnitTests.Primitives |
|
|
|
.OfType<IControl>() |
|
|
|
.Select(x => x.TemplatedParent).ToList(); |
|
|
|
|
|
|
|
var notificationManager = (popup.Host as TopLevel)?.NotificationManager; |
|
|
|
|
|
|
|
if (UsePopupHost) |
|
|
|
{ |
|
|
|
Assert.Equal( |
|
|
|
@ -383,9 +378,6 @@ namespace Avalonia.Controls.UnitTests.Primitives |
|
|
|
popupRoot, |
|
|
|
target, |
|
|
|
null, |
|
|
|
null, |
|
|
|
null, |
|
|
|
notificationManager, |
|
|
|
}, |
|
|
|
templatedParents); |
|
|
|
} |
|
|
|
@ -446,9 +438,6 @@ namespace Avalonia.Controls.UnitTests.Primitives |
|
|
|
"ItemsPresenter", |
|
|
|
"StackPanel", |
|
|
|
"Border", |
|
|
|
"AdornerLayer", |
|
|
|
"WindowNotificationManager", |
|
|
|
"ReversibleStackPanel" |
|
|
|
}, |
|
|
|
types); |
|
|
|
} |
|
|
|
@ -457,8 +446,6 @@ namespace Avalonia.Controls.UnitTests.Primitives |
|
|
|
.OfType<IControl>() |
|
|
|
.Select(x => x.TemplatedParent).ToList(); |
|
|
|
|
|
|
|
var notificationManager = (popup.Host as TopLevel)?.NotificationManager; |
|
|
|
|
|
|
|
if (UsePopupHost) |
|
|
|
{ |
|
|
|
Assert.Equal( |
|
|
|
@ -486,9 +473,6 @@ namespace Avalonia.Controls.UnitTests.Primitives |
|
|
|
target, |
|
|
|
target, |
|
|
|
null, |
|
|
|
null, |
|
|
|
null, |
|
|
|
notificationManager, |
|
|
|
}, |
|
|
|
templatedParents); |
|
|
|
} |
|
|
|
|