Implemented interface member:
11 references to ContainsKey
PresentationFramework (5)
MS\Internal\WeakDictionary.cs (1)
47return Dict.ContainsKey(item);
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
573if (_hashtable == null || !_hashtable.ContainsKey(item)) 610if(!_hashtable.ContainsKey(item) && value is not null) 631if(item != null && _hashtable.ContainsKey(item)) 634if(!_hashtable.ContainsKey(item))
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\KeyTipService.cs (5)
160if (!current._scopeToElementMap.ContainsKey(newScope) || 251if (current._unprocessedScopes.ContainsKey(scopeElement)) 326if (_scopeToElementMap.ContainsKey(scopedParent)) 1063if (!_scopeToElementMap.ContainsKey(scope)) 1137if (_scopeToElementMap.ContainsKey(scopeElement))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
91if (!_changedWidthGroups.ContainsKey(group))