Implemented interface member:
8 references to Count
PresentationFramework (8)
System\Windows\Application.cs (2)
1632while(WindowsInternal.Count > 0) 2233for (int i = 0; i < wc.Count; i++)
System\Windows\Navigation\NavigationService.cs (1)
515for (int i = 0; i < wc.Count; i++)
System\Windows\SystemResources.cs (1)
1417if(ThemeManager.IsFluentThemeEnabled || ThemeManager.FluentEnabledWindows.Count > 0)
System\Windows\Window.cs (4)
1286for (int i = 0; i < ownedWindows.Count; i++) 4536while (ownedWindows.Count > 0) 4542Debug.Assert(ownedWindows.Count == 0, "All owned windows should now be gone"); 4564if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose))