6 writes to _sharedState
PresentationFramework (6)
System\Windows\Controls\DefinitionBase.cs (6)
87_sharedState = privateSharedSizeScope.EnsureSharedState(sharedSizeGroupId); 103_sharedState = null; 518definition._sharedState = null; 528definition._sharedState = privateSharedSizeScope.EnsureSharedState(sharedSizeGroupId); 600definition._sharedState = null; 610definition._sharedState = privateSharedSizeScope.EnsureSharedState(definition.SharedSizeGroup);
24 references to _sharedState
PresentationFramework (24)
System\Windows\Controls\DefinitionBase.cs (24)
77if (_sharedState == null) 88_sharedState.AddMember(this); 100if (_sharedState != null) 102_sharedState.RemoveMember(this); 117_sharedState?.EnsureDeferredValidation(grid); 150if (definition._sharedState != null) 152definition._sharedState.Invalidate(); 281get { return (_sharedState != null); } 289get { return (_sharedState != null ? _sharedState.UserSize : UserSizeValueCache); } 380&& _sharedState != null 381&& minSize < _sharedState.MinSize ) 383minSize = _sharedState.MinSize; 397if ( _sharedState != null 399&& minSize < _sharedState.MinSize ) 401minSize = _sharedState.MinSize; 513if (definition._sharedState != null) 517definition._sharedState.RemoveMember(definition); 521if ((definition._sharedState == null) && (sharedSizeGroupId != null)) 529definition._sharedState.AddMember(definition); 595if (definition._sharedState != null) 599definition._sharedState.RemoveMember(definition); 603if ((definition._sharedState == null) && (privateSharedSizeScope != null)) 611definition._sharedState.AddMember(definition);