11 writes to LastSupportedEvent
UIAutomationTypes (11)
MS\Internal\Automation\AutomationIdentifierConstants.cs (11)
37LastSupportedEvent = Events.ActiveTextPositionChanged; 45LastSupportedEvent = Events.Changes; 53LastSupportedEvent = Events.Notification; 61LastSupportedEvent = Events.Changes; 69LastSupportedEvent = Events.Changes; 77LastSupportedEvent = Events.TextEdit_ConversionTargetChanged; 85LastSupportedEvent = Events.TextEdit_ConversionTargetChanged; 93LastSupportedEvent = Events.TextEdit_ConversionTargetChanged; 101LastSupportedEvent = Events.DropTarget_Dropped; 110LastSupportedEvent = Events.InputDiscarded; 118LastSupportedEvent = Events.Window_WindowClosed;
1 reference to LastSupportedEvent
UIAutomationTypes (1)
System\Windows\Automation\AutomationIdentifier.cs (1)
227&& (id <= (int)AutomationIdentifierConstants.LastSupportedEvent));