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; 189return _locatorPartHandlers[locatorPart.PartType] as SubTreeProcessor; 225_locatorPartHandlers[type] = processor; 279return _locatorPartHandlers[locatorPart.PartType] as SelectionProcessor;