4 references to _registry
PresentationFramework (4)
src\Framework\System\Windows\Controls\DefinitionBase.cs (4)
718
SharedSizeState sharedState =
_registry
[sharedSizeGroup] as SharedSizeState;
722
_registry
[sharedSizeGroup] = sharedState;
732
Debug.Assert(
_registry
.Contains(key));
733
_registry
.Remove(key);