11 writes to LastSupportedProperty
UIAutomationTypes (11)
MS\Internal\Automation\AutomationIdentifierConstants.cs (11)
36
LastSupportedProperty
= Properties.IsDialog;
44
LastSupportedProperty
= Properties.HeadingLevel;
52
LastSupportedProperty
= Properties.Size;
60
LastSupportedProperty
= Properties.Size;
68
LastSupportedProperty
= Properties.FullDescription;
76
LastSupportedProperty
= Properties.LocalizedLandmarkType;
84
LastSupportedProperty
= Properties.AnnotationObjects;
92
LastSupportedProperty
= Properties.IsPeripheral;
100
LastSupportedProperty
= Properties.FlowsFrom;
109
LastSupportedProperty
= Properties.IsSynchronizedInputPatternAvailable;
117
LastSupportedProperty
= Properties.TransformCanRotate;
1 reference to LastSupportedProperty
UIAutomationTypes (1)
System\Windows\Automation\AutomationIdentifier.cs (1)
221
&& (id <= (int)AutomationIdentifierConstants.
LastSupportedProperty
));