6 writes to _sharedState
PresentationFramework (6)
System\Windows\Controls\DefinitionBase.cs (6)
94_sharedState = privateSharedSizeScope.EnsureSharedState(sharedSizeGroupId); 110_sharedState = null; 525definition._sharedState = null; 535definition._sharedState = privateSharedSizeScope.EnsureSharedState(sharedSizeGroupId); 607definition._sharedState = null; 617definition._sharedState = privateSharedSizeScope.EnsureSharedState(definition.SharedSizeGroup);
25 references to _sharedState
PresentationFramework (25)
System\Windows\Controls\DefinitionBase.cs (25)
84if (_sharedState == null) 95_sharedState.AddMember(this); 107if (_sharedState != null) 109_sharedState.RemoveMember(this); 124if (_sharedState != null) { _sharedState.EnsureDeferredValidation(grid); } 157if (definition._sharedState != null) 159definition._sharedState.Invalidate(); 288get { return (_sharedState != null); } 296get { return (_sharedState != null ? _sharedState.UserSize : UserSizeValueCache); } 387&& _sharedState != null 388&& minSize < _sharedState.MinSize ) 390minSize = _sharedState.MinSize; 404if ( _sharedState != null 406&& minSize < _sharedState.MinSize ) 408minSize = _sharedState.MinSize; 520if (definition._sharedState != null) 524definition._sharedState.RemoveMember(definition); 528if ((definition._sharedState == null) && (sharedSizeGroupId != null)) 536definition._sharedState.AddMember(definition); 602if (definition._sharedState != null) 606definition._sharedState.RemoveMember(definition); 610if ((definition._sharedState == null) && (privateSharedSizeScope != null)) 618definition._sharedState.AddMember(definition);