8 references to _inactiveViewTables
PresentationFramework (8)
MS\Internal\Data\ViewManager.cs (8)
703if (_inactiveViewTables.Contains(vt)) 705_inactiveViewTables[vt] = InactivityThreshold; 744_inactiveViewTables.Add(vt, InactivityThreshold); 766int n = _inactiveViewTables.Count; 770_inactiveViewTables.Keys.CopyTo(keys, 0); 775int expirationDate = (int)_inactiveViewTables[vt]; 778_inactiveViewTables[vt] = expirationDate; 782_inactiveViewTables.Remove(vt);