Browse Source

rename property.

pull/7622/head
Dan Walmsley 4 years ago
parent
commit
df360e164c
  1. 2
      src/Avalonia.Controls/Window.cs

2
src/Avalonia.Controls/Window.cs

@ -258,7 +258,7 @@ namespace Avalonia.Controls
/// <summary>
/// Gets a collection of child windows owned by this window.
/// </summary>
public IReadOnlyList<Window> ChildWindows => _children.Select(x => x.child).ToList();
public IReadOnlyList<Window> OwnedWindows => _children.Select(x => x.child).ToList();
/// <summary>
/// Gets or sets a value indicating how the window will size itself to fit its content.

Loading…
Cancel
Save