Implemented interface member:
property
this
System.Collections.Generic.IDictionary<TKey, TValue>.this[TKey]
2 writes to
PresentationFramework (2)
src\Framework\MS\Internal\Helper.cs (1)
882itemValueStorage[item] = itemValues;
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
645_hashtable[item] = value;
1 reference to
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
610return _hashtable[item] as T;