1 write to _previousDesiredSize
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1455_previousDesiredSize = desiredSize;
3 references to _previousDesiredSize
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextBlock.cs (3)
1307return _previousDesiredSize; 3274if (width < _previousDesiredSize.Width) 3276width = _previousDesiredSize.Width;