2 overrides of Clone
PresentationFramework (2)
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
81
public override Object
Clone
()
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
134
public override Object
Clone
()
1 reference to Clone
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
1265
additionalLocators[i] = ((ContentLocatorBase)initialLocator.
Clone
()).Merge(additionalLocators[i]);