8 references to _inactiveViewTables
PresentationFramework (8)
MS\Internal\Data\ViewManager.cs (8)
709if (_inactiveViewTables.Contains(vt)) 711_inactiveViewTables[vt] = InactivityThreshold; 750_inactiveViewTables.Add(vt, InactivityThreshold); 772int n = _inactiveViewTables.Count; 776_inactiveViewTables.Keys.CopyTo(keys, 0); 781int expirationDate = (int)_inactiveViewTables[vt]; 784_inactiveViewTables[vt] = expirationDate; 788_inactiveViewTables.Remove(vt);