VisualTreeHelper.GetOpenPopups Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets all open Popup controls.
Assembly: System.Windows (in System.Windows.dll)
Return Value
Type: System.Collections.Generic.IEnumerable<Popup>An IEnumerable<T> of all open Popup controls.
Show: