8 references to _inactiveViewTables
PresentationFramework (8)
MS\Internal\Data\ViewManager.cs (8)
700if (_inactiveViewTables.Contains(vt)) 702_inactiveViewTables[vt] = InactivityThreshold; 741_inactiveViewTables.Add(vt, InactivityThreshold); 763int n = _inactiveViewTables.Count; 767_inactiveViewTables.Keys.CopyTo(keys, 0); 772int expirationDate = (int)_inactiveViewTables[vt]; 775_inactiveViewTables[vt] = expirationDate; 779_inactiveViewTables.Remove(vt);