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