11 references to _scopeToElementMap
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\KeyTipService.cs (11)
153if (current._scopeToElementMap.TryGetValue(oldScope, out oldElementSet)) 161if (!current._scopeToElementMap.ContainsKey(newScope) || 162current._scopeToElementMap[newScope] == null) 164current._scopeToElementMap[newScope] = new WeakHashSet<DependencyObject>(); 166current._scopeToElementMap[newScope].Add(d); 327if (_scopeToElementMap.ContainsKey(scopedParent)) 329WeakHashSet<DependencyObject> elementSet = _scopeToElementMap[scopedParent]; 1052if (_scopeToElementMap.Count == 0 && _toBeScopedElements.Count == 0 && _unprocessedScopes.Count == 0) 1064if (!_scopeToElementMap.ContainsKey(scope)) 1138if (_scopeToElementMap.ContainsKey(scopeElement)) 1140WeakHashSet<DependencyObject> elementSet = _scopeToElementMap[scopeElement];