4 writes to
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs (1)
202this[source] = list;
PresentationFramework (2)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
175this[type] = tr;
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (1)
345this[source] = dict;
WindowsBase (1)
Base\System\ComponentModel\PropertyChangedEventManager.cs (1)
407this[source] = dict;
10 references to
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs (2)
198List<HandlerSink> list = (List<HandlerSink>)this[source]; 216List<HandlerSink> list = (List<HandlerSink>)this[source];
PresentationFramework (4)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (2)
168TypeRecord tr = (TypeRecord)this[type]; 193TypeRecord tr = (TypeRecord)this[type];
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (2)
338HybridDictionary dict = (HybridDictionary)this[source]; 370HybridDictionary dict = (HybridDictionary)this[source];
WindowsBase (4)
Base\System\ComponentModel\PropertyChangedEventManager.cs (4)
400HybridDictionary dict = (HybridDictionary)this[source]; 452HybridDictionary dict = (HybridDictionary)this[source]; 507HybridDictionary dict = (HybridDictionary)this[sender]; 613HybridDictionary dict = (HybridDictionary)this[sender];