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