8 references to _inactiveViewTables
PresentationFramework (8)
MS\Internal\Data\ViewManager.cs (8)
706if (_inactiveViewTables.Contains(vt)) 708_inactiveViewTables[vt] = InactivityThreshold; 747_inactiveViewTables.Add(vt, InactivityThreshold); 769int n = _inactiveViewTables.Count; 773_inactiveViewTables.Keys.CopyTo(keys, 0); 778int expirationDate = (int)_inactiveViewTables[vt]; 781_inactiveViewTables[vt] = expirationDate; 785_inactiveViewTables.Remove(vt);