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