6 references to Clone
PresentationFramework (6)
System\Windows\Application.cs (3)
769return WindowsInternal.Clone(); 1744InvalidateResourceReferenceOnWindowCollection(WindowsInternal.Clone(), info); 1745InvalidateResourceReferenceOnWindowCollection(NonAppWindowsInternal.Clone(), info);
System\Windows\Navigation\NavigationService.cs (2)
475INavigatorBase navigator = FindTargetInWindowCollection(Application.Current.WindowsInternal.Clone(), targetName); 481navigator = FindTargetInWindowCollection(Application.Current.NonAppWindowsInternal.Clone(), targetName);
System\Windows\Window.cs (1)
1321return OwnedWindowsInternal.Clone();