Implemented interface member:
8 references to Count
PresentationFramework (8)
System\Windows\Application.cs (2)
1594while(WindowsInternal.Count > 0) 2147for (int i = 0; i < wc.Count; i++)
System\Windows\Navigation\NavigationService.cs (1)
492for (int i = 0; i < wc.Count; i++)
System\Windows\SystemResources.cs (1)
1393if(ThemeManager.IsFluentThemeEnabled || ThemeManager.FluentEnabledWindows.Count > 0)
System\Windows\Window.cs (4)
1264for (int i = 0; i < ownedWindows.Count; i++) 4503while (ownedWindows.Count > 0) 4509Debug.Assert(ownedWindows.Count == 0, "All owned windows should now be gone"); 4531if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose))