|
@@ -39,7 +39,7 @@ namespace Avalonia.Controls.Generators
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// Gets the items of currently materialized containers.
|
|
/// Gets the items of currently materialized containers.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
- public IEnumerable<object> Objects => _containerToItem.Values;
|
|
|
|
|
|
|
+ public IEnumerable<object> Items => _containerToItem.Values;
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// Adds an entry to the index.
|
|
/// Adds an entry to the index.
|