2 writes to EventsSource
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (2)
1600
PeerRecord record = new PeerRecord {
EventsSource
= EventsSource, IterationParent = value };
1758
((PeerRecord)_eventsSourceOrPeerRecord).
EventsSource
= value;
1 reference to EventsSource
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1748
: ((PeerRecord)_eventsSourceOrPeerRecord).
EventsSource
;