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