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