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