8 references to _inactiveViewTables
PresentationFramework (8)
src\Framework\MS\Internal\Data\ViewManager.cs (8)
712if (_inactiveViewTables.Contains(vt)) 714_inactiveViewTables[vt] = InactivityThreshold; 752_inactiveViewTables.Add(vt, InactivityThreshold); 774int n = _inactiveViewTables.Count; 778_inactiveViewTables.Keys.CopyTo(keys, 0); 783int expirationDate = (int)_inactiveViewTables[vt]; 786_inactiveViewTables[vt] = expirationDate; 790_inactiveViewTables.Remove(vt);