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)
1307
return
_previousDesiredSize
;
3274
if (width <
_previousDesiredSize
.Width)
3276
width =
_previousDesiredSize
.Width;