6 writes to _sharedState
PresentationFramework (6)
System\Windows\Controls\DefinitionBase.cs (6)
86_sharedState = privateSharedSizeScope.EnsureSharedState(sharedSizeGroupId); 102_sharedState = null; 517definition._sharedState = null; 527definition._sharedState = privateSharedSizeScope.EnsureSharedState(sharedSizeGroupId); 599definition._sharedState = null; 609definition._sharedState = privateSharedSizeScope.EnsureSharedState(definition.SharedSizeGroup);
24 references to _sharedState
PresentationFramework (24)
System\Windows\Controls\DefinitionBase.cs (24)
76if (_sharedState == null) 87_sharedState.AddMember(this); 99if (_sharedState != null) 101_sharedState.RemoveMember(this); 116_sharedState?.EnsureDeferredValidation(grid); 149if (definition._sharedState != null) 151definition._sharedState.Invalidate(); 280get { return (_sharedState != null); } 288get { return (_sharedState != null ? _sharedState.UserSize : UserSizeValueCache); } 379&& _sharedState != null 380&& minSize < _sharedState.MinSize ) 382minSize = _sharedState.MinSize; 396if ( _sharedState != null 398&& minSize < _sharedState.MinSize ) 400minSize = _sharedState.MinSize; 512if (definition._sharedState != null) 516definition._sharedState.RemoveMember(definition); 520if ((definition._sharedState == null) && (sharedSizeGroupId != null)) 528definition._sharedState.AddMember(definition); 594if (definition._sharedState != null) 598definition._sharedState.RemoveMember(definition); 602if ((definition._sharedState == null) && (privateSharedSizeScope != null)) 610definition._sharedState.AddMember(definition);