Implemented interface member:
7 references to Count
PresentationFramework (7)
System\Windows\Application.cs (2)
1551while(WindowsInternal.Count > 0) 2139for (int i = 0; i < wc.Count; i++)
System\Windows\Navigation\NavigationService.cs (1)
515for (int i = 0; i < wc.Count; i++)
System\Windows\Window.cs (4)
1214for (int i = 0; i < ownedWindows.Count; i++) 4418while (ownedWindows.Count > 0) 4424Debug.Assert(ownedWindows.Count == 0, "All owned windows should now be gone"); 4446if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose))