1 write to _locatorPartHandlers
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
71_locatorPartHandlers = new Hashtable();
4 references to _locatorPartHandlers
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
123_locatorPartHandlers[typeName] = processor; 178return _locatorPartHandlers[locatorPart.PartType] as SubTreeProcessor; 212_locatorPartHandlers[type] = processor; 264return _locatorPartHandlers[locatorPart.PartType] as SelectionProcessor;