1 write to _previousAutofitWidth
PresentationFramework (1)
MS\Internal\PtsHost\TableParaClient.cs (1)
1235_previousAutofitWidth = availableWidth;
2 references to _previousAutofitWidth
PresentationFramework (2)
MS\Internal\PtsHost\TableParaClient.cs (2)
1226if (!DoubleUtil.AreClose(availableWidth, _previousAutofitWidth)) 1306get { return _previousAutofitWidth; }