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