11 writes to LastSupportedEvent
UIAutomationTypes (11)
MS\Internal\Automation\AutomationIdentifierConstants.cs (11)
35LastSupportedEvent = Events.ActiveTextPositionChanged; 43LastSupportedEvent = Events.Changes; 51LastSupportedEvent = Events.Notification; 59LastSupportedEvent = Events.Changes; 67LastSupportedEvent = Events.Changes; 75LastSupportedEvent = Events.TextEdit_ConversionTargetChanged; 83LastSupportedEvent = Events.TextEdit_ConversionTargetChanged; 91LastSupportedEvent = Events.TextEdit_ConversionTargetChanged; 99LastSupportedEvent = Events.DropTarget_Dropped; 108LastSupportedEvent = Events.InputDiscarded; 116LastSupportedEvent = Events.Window_WindowClosed;
1 reference to LastSupportedEvent
UIAutomationTypes (1)
System\Windows\Automation\AutomationIdentifier.cs (1)
225&& (id <= (int)AutomationIdentifierConstants.LastSupportedEvent));