1 write to _previousDesiredSize
PresentationFramework (1)
System\Windows\Controls\TextBlock.cs (1)
1377_previousDesiredSize = desiredSize;
3 references to _previousDesiredSize
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1229return _previousDesiredSize; 3184if (width < _previousDesiredSize.Width) 3186width = _previousDesiredSize.Width;