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