Base:
method
Clone
System.Windows.Annotations.ContentLocatorBase.Clone()
4 references to Clone
PresentationFramework (4)
src\Framework\System\Windows\Annotations\LocatorGroup.cs (2)
87clone.Locators.Add((ContentLocator)loc.Clone()); 251ContentLocator clone = (ContentLocator)left.Clone();
src\Framework\System\Windows\Annotations\LocatorPartList.cs (2)
402ContentLocator loc = (ContentLocator)this.Clone(); 445ContentLocator clone = (ContentLocator)this.Clone();