1 write to NonAppWindowsInternal
PresentationFramework (1)
System\Windows\Application.cs (1)
1667NonAppWindowsInternal = null;
4 references to NonAppWindowsInternal
PresentationFramework (4)
System\Windows\Application.cs (1)
1788InvalidateResourceReferenceOnWindowCollection(NonAppWindowsInternal.Clone(), info);
System\Windows\Navigation\NavigationService.cs (1)
502navigator = FindTargetInWindowCollection(Application.Current.NonAppWindowsInternal.Clone(), targetName);
System\Windows\Window.cs (2)
3710App.NonAppWindowsInternal.Add(this); 4575App.NonAppWindowsInternal.Remove(this);