1 write to _selectionProcessors
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
80_selectionProcessors = new Hashtable();
2 references to _selectionProcessors
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
219_selectionProcessors[selectionType] = processor; 256processor = _selectionProcessors[selectionType] as SelectionProcessor;