Implemented interface member:
8 references to Count
PresentationFramework (8)
System\Windows\Application.cs (2)
1595while(WindowsInternal.Count > 0) 2148for (int i = 0; i < wc.Count; i++)
System\Windows\Navigation\NavigationService.cs (1)
493for (int i = 0; i < wc.Count; i++)
System\Windows\SystemResources.cs (1)
1394if(ThemeManager.IsFluentThemeEnabled || ThemeManager.FluentEnabledWindows.Count > 0)
System\Windows\Window.cs (4)
1265for (int i = 0; i < ownedWindows.Count; i++) 4504while (ownedWindows.Count > 0) 4510Debug.Assert(ownedWindows.Count == 0, "All owned windows should now be gone"); 4532if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose))