1 write to _locatorPartHandlers
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
48_locatorPartHandlers = new Hashtable();
4 references to _locatorPartHandlers
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
100_locatorPartHandlers[typeName] = processor; 155return _locatorPartHandlers[locatorPart.PartType] as SubTreeProcessor; 189_locatorPartHandlers[type] = processor; 241return _locatorPartHandlers[locatorPart.PartType] as SelectionProcessor;