1 write to _approximateTotal
System.DirectoryServices (1)
System\DirectoryServices\DirectoryVirtualListView.cs (1)
145
_approximateTotal
= value;
4 references to _approximateTotal
System.DirectoryServices (4)
System\DirectoryServices\DirectoryVirtualListView.cs (4)
99
if (
_approximateTotal
!= 0)
101
_targetPercentage = (int)((double)_offset /
_approximateTotal
* 100);
122
_offset =
_approximateTotal
* _targetPercentage / 100;
137
get =>
_approximateTotal
;