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;
156
return
_locatorPartHandlers
[locatorPart.PartType] as SubTreeProcessor;
190
_locatorPartHandlers
[type] = processor;
242
return
_locatorPartHandlers
[locatorPart.PartType] as SelectionProcessor;