1 write to _previousAutofitWidth
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
1322_previousAutofitWidth = availableWidth;
2 references to _previousAutofitWidth
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (2)
1313if (!DoubleUtil.AreClose(availableWidth, _previousAutofitWidth)) 1393get { return _previousAutofitWidth; }