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