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