Window.OwnedWindows Property
.NET Framework 3.5
Gets a collection of windows for which this window is the owner.
Assembly: PresentationFramework (in PresentationFramework.dll)
You cannot set this property in XAML.
Property Value
Type: System.Windows.WindowCollectionA WindowCollection that contains references to the windows for which this window is the owner.
An owned window is one whose Owner property is set with a reference to another window, which is known as the owner window. To find all the windows that an owner window owns, you can enumerate WindowCollection that is returned by the OwnedWindows property.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.