2 writes to EventsSource
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
1683PeerRecord record = new PeerRecord { EventsSource = EventsSource, IterationParent = value }; 1841((PeerRecord)_eventsSourceOrPeerRecord).EventsSource = value;
1 reference to EventsSource
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1831: ((PeerRecord)_eventsSourceOrPeerRecord).EventsSource;