1 write to _locatorPartHandlers
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
49_locatorPartHandlers = new Hashtable();
4 references to _locatorPartHandlers
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
101_locatorPartHandlers[typeName] = processor; 156return _locatorPartHandlers[locatorPart.PartType] as SubTreeProcessor; 190_locatorPartHandlers[type] = processor; 242return _locatorPartHandlers[locatorPart.PartType] as SelectionProcessor;