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