1 write to _previousDesiredSize
PresentationFramework (1)
System\Windows\Controls\TextBlock.cs (1)
1362_previousDesiredSize = desiredSize;
3 references to _previousDesiredSize
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1217return _previousDesiredSize; 3165if (width < _previousDesiredSize.Width) 3167width = _previousDesiredSize.Width;