1 write to NonAppWindowsInternal
PresentationFramework (1)
System\Windows\Application.cs (1)
1654NonAppWindowsInternal = null;
4 references to NonAppWindowsInternal
PresentationFramework (4)
System\Windows\Application.cs (1)
1775InvalidateResourceReferenceOnWindowCollection(NonAppWindowsInternal.Clone(), info);
System\Windows\Navigation\NavigationService.cs (1)
493navigator = FindTargetInWindowCollection(Application.Current.NonAppWindowsInternal.Clone(), targetName);
System\Windows\Window.cs (2)
3697App.NonAppWindowsInternal.Add(this); 4562App.NonAppWindowsInternal.Remove(this);