1 write to _locatorPartHandlers
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
78
_locatorPartHandlers
= new Hashtable();
4 references to _locatorPartHandlers
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
132
_locatorPartHandlers
[typeName] = processor;
189
return
_locatorPartHandlers
[locatorPart.PartType] as SubTreeProcessor;
225
_locatorPartHandlers
[type] = processor;
279
return
_locatorPartHandlers
[locatorPart.PartType] as SelectionProcessor;