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