6 references to Clone
PresentationFramework (6)
System\Windows\Application.cs (3)
770return WindowsInternal.Clone(); 1745InvalidateResourceReferenceOnWindowCollection(WindowsInternal.Clone(), info); 1746InvalidateResourceReferenceOnWindowCollection(NonAppWindowsInternal.Clone(), info);
System\Windows\Navigation\NavigationService.cs (2)
476INavigatorBase navigator = FindTargetInWindowCollection(Application.Current.WindowsInternal.Clone(), targetName); 482navigator = FindTargetInWindowCollection(Application.Current.NonAppWindowsInternal.Clone(), targetName);
System\Windows\Window.cs (1)
1322return OwnedWindowsInternal.Clone();