11 references to _scopeToElementMap
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\KeyTipService.cs (11)
155if (current._scopeToElementMap.TryGetValue(oldScope, out oldElementSet)) 166if (!current._scopeToElementMap.ContainsKey(newScope) || 167current._scopeToElementMap[newScope] == null) 169current._scopeToElementMap[newScope] = new WeakHashSet<DependencyObject>(); 171current._scopeToElementMap[newScope].Add(d); 332if (_scopeToElementMap.ContainsKey(scopedParent)) 334WeakHashSet<DependencyObject> elementSet = _scopeToElementMap[scopedParent]; 1055if (_scopeToElementMap.Count == 0 && _toBeScopedElements.Count == 0 && _unprocessedScopes.Count == 0) 1067if (!_scopeToElementMap.ContainsKey(scope)) 1142if (_scopeToElementMap.ContainsKey(scopeElement)) 1144WeakHashSet<DependencyObject> elementSet = _scopeToElementMap[scopeElement];