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