Implemented interface member:
5 writes to
PresentationFramework (2)
MS\Internal\Helper.cs (1)
851itemValueStorage[item] = itemValues;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
611_hashtable[item] = value;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (2)
163current._scopeToElementMap[newScope] = new WeakHashSet<DependencyObject>(); 263current._unprocessedScopes[scopeElement] = newIsScope;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
93_changedWidthGroups[group] = originalWidth;
8 references to
PresentationFramework (1)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
576return _hashtable[item] as T;
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\KeyTipService.cs (6)
161current._scopeToElementMap[newScope] == null) 165current._scopeToElementMap[newScope].Add(d); 253if (current._unprocessedScopes[scopeElement] != newIsScope) 274if (_unprocessedScopes[scope]) 328WeakHashSet<DependencyObject> elementSet = _scopeToElementMap[scopedParent]; 1139WeakHashSet<DependencyObject> elementSet = _scopeToElementMap[scopeElement];
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
105double originalRenderWidth = _changedWidthGroups[invalidGroup];