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)
1313
if (!DoubleUtil.AreClose(availableWidth,
_previousAutofitWidth
))
1393
get { return
_previousAutofitWidth
; }