1 write to _count
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
8657
_count
= Child == null ? 0 : 1;
1 reference to _count
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
8668
return _index <
_count
;