2 overrides of Merge
PresentationFramework (2)
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
231
internal override ContentLocatorBase
Merge
(ContentLocatorBase other)
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
423
internal override ContentLocatorBase
Merge
(ContentLocatorBase other)
2 references to Merge
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
1265
additionalLocators[i] = ((ContentLocatorBase)initialLocator.Clone()).
Merge
(additionalLocators[i]);
1269
additionalLocators[0] = initialLocator.
Merge
(additionalLocators[0]);