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