Window.OwnedWindows Property
.NET Framework 4.6 and 4.5
Gets a collection of windows for which this window is the owner.
Namespace: System.Windows
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.
Show: