11 writes to LastSupportedEvent
UIAutomationTypes (11)
MS\Internal\Automation\AutomationIdentifierConstants.cs (11)
34LastSupportedEvent = Events.ActiveTextPositionChanged; 42LastSupportedEvent = Events.Changes; 50LastSupportedEvent = Events.Notification; 58LastSupportedEvent = Events.Changes; 66LastSupportedEvent = Events.Changes; 74LastSupportedEvent = Events.TextEdit_ConversionTargetChanged; 82LastSupportedEvent = Events.TextEdit_ConversionTargetChanged; 90LastSupportedEvent = Events.TextEdit_ConversionTargetChanged; 98LastSupportedEvent = Events.DropTarget_Dropped; 107LastSupportedEvent = Events.InputDiscarded; 115LastSupportedEvent = Events.Window_WindowClosed;
1 reference to LastSupportedEvent
UIAutomationTypes (1)
System\Windows\Automation\AutomationIdentifier.cs (1)
224&& (id <= (int)AutomationIdentifierConstants.LastSupportedEvent));