4 references to PropertyChanged
PresentationCore (3)
MS\Internal\Automation\EventMap.cs (1)
101
case AutomationEvents.
PropertyChanged
: eventObject = AutomationElementIdentifiers.AutomationPropertyChangedEvent; break;
System\Windows\Automation\Peers\AutomationPeer.cs (2)
1874
&& EventMap.HasRegisteredEvent(AutomationEvents.
PropertyChanged
) )
2035
bool notifyPropertyChanged = EventMap.HasRegisteredEvent(AutomationEvents.
PropertyChanged
);
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
6880
if (AutomationPeer.ListenerExists(AutomationEvents.
PropertyChanged
))