2 overrides of GetLocatorPartTypes
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
251
public override XmlQualifiedName[]
GetLocatorPartTypes
()
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
263
public override XmlQualifiedName[]
GetLocatorPartTypes
()
1 reference to GetLocatorPartTypes
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
124
XmlQualifiedName[] locatorPartTypes = processor.
GetLocatorPartTypes
();