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