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