11 references to _scopeToElementMap
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\KeyTipService.cs (11)
152if (current._scopeToElementMap.TryGetValue(oldScope, out oldElementSet)) 160if (!current._scopeToElementMap.ContainsKey(newScope) || 161current._scopeToElementMap[newScope] == null) 163current._scopeToElementMap[newScope] = new WeakHashSet<DependencyObject>(); 165current._scopeToElementMap[newScope].Add(d); 326if (_scopeToElementMap.ContainsKey(scopedParent)) 328WeakHashSet<DependencyObject> elementSet = _scopeToElementMap[scopedParent]; 1051if (_scopeToElementMap.Count == 0 && _toBeScopedElements.Count == 0 && _unprocessedScopes.Count == 0) 1063if (!_scopeToElementMap.ContainsKey(scope)) 1137if (_scopeToElementMap.ContainsKey(scopeElement)) 1139WeakHashSet<DependencyObject> elementSet = _scopeToElementMap[scopeElement];