1 instantiation of SharedSizeState
PresentationFramework (1)
src\Framework\System\Windows\Controls\DefinitionBase.cs (1)
721sharedState = new SharedSizeState(this, sharedSizeGroup);
4 references to SharedSizeState
PresentationFramework (4)
src\Framework\System\Windows\Controls\DefinitionBase.cs (4)
679private SharedSizeState _sharedState; // reference to shared state object this instance is registered with 713internal SharedSizeState EnsureSharedState(string sharedSizeGroup) 718SharedSizeState sharedState = _registry[sharedSizeGroup] as SharedSizeState;