11 references to _scopeToElementMap
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\KeyTipService.cs (11)
153if (current._scopeToElementMap.TryGetValue(oldScope, out oldElementSet)) 164if (!current._scopeToElementMap.ContainsKey(newScope) || 165current._scopeToElementMap[newScope] == null) 167current._scopeToElementMap[newScope] = new WeakHashSet<DependencyObject>(); 169current._scopeToElementMap[newScope].Add(d); 330if (_scopeToElementMap.ContainsKey(scopedParent)) 332WeakHashSet<DependencyObject> elementSet = _scopeToElementMap[scopedParent]; 1053if (_scopeToElementMap.Count == 0 && _toBeScopedElements.Count == 0 && _unprocessedScopes.Count == 0) 1065if (!_scopeToElementMap.ContainsKey(scope)) 1140if (_scopeToElementMap.ContainsKey(scopeElement)) 1142WeakHashSet<DependencyObject> elementSet = _scopeToElementMap[scopeElement];