1 write to _previousDesiredSize
PresentationFramework (1)
System\Windows\Controls\TextBlock.cs (1)
1367_previousDesiredSize = desiredSize;
3 references to _previousDesiredSize
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1219return _previousDesiredSize; 3174if (width < _previousDesiredSize.Width) 3176width = _previousDesiredSize.Width;