8 references to _inactiveViewTables
PresentationFramework (8)
MS\Internal\Data\ViewManager.cs (8)
707if (_inactiveViewTables.Contains(vt)) 709_inactiveViewTables[vt] = InactivityThreshold; 748_inactiveViewTables.Add(vt, InactivityThreshold); 770int n = _inactiveViewTables.Count; 774_inactiveViewTables.Keys.CopyTo(keys, 0); 779int expirationDate = (int)_inactiveViewTables[vt]; 782_inactiveViewTables[vt] = expirationDate; 786_inactiveViewTables.Remove(vt);