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