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