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)
99if (_approximateTotal != 0) 101_targetPercentage = (int)((double)_offset / _approximateTotal * 100); 122_offset = _approximateTotal * _targetPercentage / 100; 137get => _approximateTotal;