1 write to NonAppWindowsInternal
PresentationFramework (1)
System\Windows\Application.cs (1)
1633NonAppWindowsInternal = null;
4 references to NonAppWindowsInternal
PresentationFramework (4)
System\Windows\Application.cs (1)
1755InvalidateResourceReferenceOnWindowCollection(NonAppWindowsInternal.Clone(), info);
System\Windows\Navigation\NavigationService.cs (1)
488navigator = FindTargetInWindowCollection(Application.Current.NonAppWindowsInternal.Clone(), targetName);
System\Windows\Window.cs (2)
3689App.NonAppWindowsInternal.Add(this); 4556App.NonAppWindowsInternal.Remove(this);