6 references to Clone
PresentationFramework (6)
src\Framework\System\Windows\Application.cs (3)
910return WindowsInternal.Clone(); 1859InvalidateResourceReferenceOnWindowCollection(WindowsInternal.Clone(), info); 1860InvalidateResourceReferenceOnWindowCollection(NonAppWindowsInternal.Clone(), info);
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
624INavigatorBase navigator = FindTargetInWindowCollection(Application.Current.WindowsInternal.Clone(), targetName); 630navigator = FindTargetInWindowCollection(Application.Current.NonAppWindowsInternal.Clone(), targetName);
src\Framework\System\Windows\Window.cs (1)
1393return OwnedWindowsInternal.Clone();