1 write to _previousDesiredSize
PresentationFramework (1)
System\Windows\Controls\TextBlock.cs (1)
1361_previousDesiredSize = desiredSize;
3 references to _previousDesiredSize
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1216return _previousDesiredSize; 3164if (width < _previousDesiredSize.Width) 3166width = _previousDesiredSize.Width;