This commit is contained in:
Родитель
34d072f234
Коммит
e5402ccb52
|
@ -6,6 +6,10 @@ namespace Microsoft.Maui.Controls.Core.UnitTests
|
|||
{
|
||||
readonly List<IWindow> _windows = new List<IWindow>();
|
||||
|
||||
public IElementHandler Handler { get; set; }
|
||||
|
||||
public IElement Parent { get; set; }
|
||||
|
||||
public IReadOnlyList<IWindow> Windows => _windows.AsReadOnly();
|
||||
|
||||
public string Property { get; set; } = "Default";
|
||||
|
|
|
@ -6,6 +6,10 @@ namespace Microsoft.Maui.Handlers.Benchmarks
|
|||
{
|
||||
readonly List<IWindow> _windows = new List<IWindow>();
|
||||
|
||||
public IElementHandler Handler { get; set; }
|
||||
|
||||
public IElement Parent { get; set; }
|
||||
|
||||
public IReadOnlyList<IWindow> Windows => _windows.AsReadOnly();
|
||||
|
||||
public IWindow CreateWindow(IActivationState state)
|
||||
|
|
|
@ -6,6 +6,10 @@ namespace Microsoft.Maui.UnitTests
|
|||
{
|
||||
readonly List<IWindow> _windows = new List<IWindow>();
|
||||
|
||||
public IElementHandler Handler { get; set; }
|
||||
|
||||
public IElement Parent { get; set; }
|
||||
|
||||
public IReadOnlyList<IWindow> Windows => _windows.AsReadOnly();
|
||||
|
||||
public string Property { get; set; } = "Default";
|
||||
|
|
Загрузка…
Ссылка в новой задаче