6 references to Clone
PresentationFramework (6)
System\Windows\Application.cs (3)
806return WindowsInternal.Clone(); 1787InvalidateResourceReferenceOnWindowCollection(WindowsInternal.Clone(), info); 1788InvalidateResourceReferenceOnWindowCollection(NonAppWindowsInternal.Clone(), info);
System\Windows\Navigation\NavigationService.cs (2)
498INavigatorBase navigator = FindTargetInWindowCollection(Application.Current.WindowsInternal.Clone(), targetName); 504navigator = FindTargetInWindowCollection(Application.Current.NonAppWindowsInternal.Clone(), targetName);
System\Windows\Window.cs (1)
1349return OwnedWindowsInternal.Clone();