1 write to NonAppWindowsInternal
PresentationFramework (1)
System\Windows\Application.cs (1)
1630NonAppWindowsInternal = null;
4 references to NonAppWindowsInternal
PresentationFramework (4)
System\Windows\Application.cs (1)
1746InvalidateResourceReferenceOnWindowCollection(NonAppWindowsInternal.Clone(), info);
System\Windows\Navigation\NavigationService.cs (1)
482navigator = FindTargetInWindowCollection(Application.Current.NonAppWindowsInternal.Clone(), targetName);
System\Windows\Window.cs (2)
3679App.NonAppWindowsInternal.Add(this); 4543App.NonAppWindowsInternal.Remove(this);