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