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