Implemented interface member:
property
Count
System.Collections.ICollection.Count
7 references to Count
PresentationFramework (7)
src\Framework\System\Windows\Application.cs (2)
1709
while(WindowsInternal.
Count
> 0)
2426
for (int i = 0; i < wc.
Count
; i++)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
641
for (int i = 0; i < wc.
Count
; i++)
src\Framework\System\Windows\Window.cs (4)
1323
for (int i = 0; i < ownedWindows.
Count
; i++)
4677
while (ownedWindows.
Count
> 0)
4683
Debug.Assert(ownedWindows.
Count
== 0, "All owned windows should now be gone");
4705
if (((App.Windows.
Count
== 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose))