Window.OwnedWindows Property
.NET Framework (current version)
Gets a collection of windows for which this window is the owner.
Assembly: PresentationFramework (in PresentationFramework.dll)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: