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