Implemented interface member:
property
Count
System.Collections.ICollection.Count
7 references to Count
PresentationFramework (7)
src\Framework\System\Windows\Application.cs (2)
1709while(WindowsInternal.Count > 0) 2426for (int i = 0; i < wc.Count; i++)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
641for (int i = 0; i < wc.Count; i++)
src\Framework\System\Windows\Window.cs (4)
1323for (int i = 0; i < ownedWindows.Count; i++) 4677while (ownedWindows.Count > 0) 4683Debug.Assert(ownedWindows.Count == 0, "All owned windows should now be gone"); 4705if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose))