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