1 write to NonAppWindowsInternal
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
1744NonAppWindowsInternal = null;
4 references to NonAppWindowsInternal
PresentationFramework (4)
src\Framework\System\Windows\Application.cs (1)
1860InvalidateResourceReferenceOnWindowCollection(NonAppWindowsInternal.Clone(), info);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
630navigator = FindTargetInWindowCollection(Application.Current.NonAppWindowsInternal.Clone(), targetName);
src\Framework\System\Windows\Window.cs (2)
3768App.NonAppWindowsInternal.Add(this); 4716App.NonAppWindowsInternal.Remove(this);